Html Css Color HEX #C87BB9 Orchid

📋 copy color: '#C87BB9'

red 200 ◦ green 123 ◦ blue 185

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

Shades of Orchid #C87BB9

Tints of Orchid #C87BB9

RGB

 RED value IS 200 (78.52% from 255) = 39.37%

 GREEN value IS 123 (48.44% from 255) = 24.21%

 BLUE value IS 185 (72.66% from 255) = 36.42%

R = 39.37%
G = 24.21%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C87BB9 (or 0xC87BB9) is known color: Orchid. HEX triplet: C8, 7B and B9. RGB value is (200,123,185). Sum of RGB (Red+Green+Blue) = 200+123+185=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C87BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BB9 is #378446. Grayscale: #989898. Windows color (decimal): -3638343 or 12155848. OLE color: 12155848.

HSL color Cylindrical-coordinate representation of color #C87BB9: hue angle of 311.69º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87BB9 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 123 185 -
CMYK 0 0.38 0.08 0.22
HSL 311.69º 0.41% 0.63% -
HSV(B) 311.69º 0.39% 0.78% -
XYZ 39.66 29.95 49.59 -
YUV 153.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 200 123 185 0 0.38 0.08 0.22 311.69 0.41 0.63
Hex C8 7B B9 0 26 8 16 138 29 3F
Octal 310 173 271 0 46 10 26 470 51 77
Binary 11001000 1111011 10111001 0 100110 1000 10110 100111000 101001 111111

Color Harmonies of #C87BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87BB9

Black with #C87BB9

Text Example


Text Example

White with #C87BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87BB9; }

 p { color: rgb(200,123,185); }

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

background-color css

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

 a { background-color: rgb(200,123,185); }

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

border-color css

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

 span { border-color: rgb(200,123,185); }

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