Html Css Color HEX #C477BB Orchid

📋 copy color: '#C477BB'

red 196 ◦ green 119 ◦ blue 187

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

Shades of Orchid #C477BB

Tints of Orchid #C477BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.25%

R = 39.04%
G = 23.71%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C477BB (or 0xC477BB) is known color: Orchid. HEX triplet: C4, 77 and BB. RGB value is (196,119,187). Sum of RGB (Red+Green+Blue) = 196+119+187=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C477BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477BB is #3B8844. Grayscale: #959595. Windows color (decimal): -3901509 or 12285892. OLE color: 12285892.

HSL color Cylindrical-coordinate representation of color #C477BB: hue angle of 307.01º 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 #C477BB is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 119 187 -
CMYK 0 0.39 0.05 0.23
HSL 307.01º 0.39% 0.62% -
HSV(B) 307.01º 0.39% 0.77% -
XYZ 38.33 28.52 50.5 -
YUV 149.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 196 119 187 0 0.39 0.05 0.23 307.01 0.39 0.62
Hex C4 77 BB 0 27 5 17 133 27 3E
Octal 304 167 273 0 47 5 27 463 47 76
Binary 11000100 1110111 10111011 0 100111 101 10111 100110011 100111 111110

Color Harmonies of #C477BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C477BB

Black with #C477BB

Text Example


Text Example

White with #C477BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C477BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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