Html Css Color HEX #C477BD Orchid

📋 copy color: '#C477BD'

red 196 ◦ green 119 ◦ blue 189

#C477BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #C477BD

Tints of Orchid #C477BD

RGB

 RED value IS 196 (76.95% from 255) = 38.89%

 GREEN value IS 119 (46.88% from 255) = 23.61%

 BLUE value IS 189 (74.22% from 255) = 37.5%

R = 38.89%
G = 23.61%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C477BD (or 0xC477BD) is known color: Orchid. HEX triplet: C4, 77 and BD. RGB value is (196,119,189). Sum of RGB (Red+Green+Blue) = 196+119+189=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C477BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477BD is #3B8842. Grayscale: #959595. Windows color (decimal): -3901507 or 12416964. OLE color: 12416964.

HSL color Cylindrical-coordinate representation of color #C477BD: hue angle of 305.45º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C477BD is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 119 189 -
CMYK 0 0.39 0.04 0.23
HSL 305.45º 0.39% 0.62% -
HSV(B) 305.45º 0.39% 0.77% -
XYZ 38.55 28.6 51.63 -
YUV 150 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 196 119 189 0 0.39 0.04 0.23 305.45 0.39 0.62
Hex C4 77 BD 0 27 4 17 131 27 3E
Octal 304 167 275 0 47 4 27 461 47 76
Binary 11000100 1110111 10111101 0 100111 100 10111 100110001 100111 111110

Color Harmonies of #C477BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C477BD

Black with #C477BD

Text Example


Text Example

White with #C477BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C477BD; }

 p { color: rgb(196,119,189); }

 H1.HeaderClassName
 {
   color: #C477BD;
 }
 .AnyTagClassName
 {
   color: #C477BD;
 }
</style>

background-color css

<style>
 a { background-color: #C477BD; }

 a { background-color: rgb(196,119,189); }

 div.DivClassName
 {
   background-color: #C477BD;
 }
 .BgClassName
 {
   background-color: #C477BD;
 }
</style>

border-color css

<style>
 span { border-color: #C477BD; }

 span { border-color: rgb(196,119,189); }

 td.TdClassName
 {
   border-color: #C477BD;
 }
 .TagClassName
 {
   border-color: #C477BD;
 }
</style>