Html Css Color HEX #C87ABB Orchid

📋 copy color: '#C87ABB'

red 200 ◦ green 122 ◦ blue 187

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

Shades of Orchid #C87ABB

Tints of Orchid #C87ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.97%

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

R = 39.29%
G = 23.97%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C87ABB (or 0xC87ABB) is known color: Orchid. HEX triplet: C8, 7A and BB. RGB value is (200,122,187). Sum of RGB (Red+Green+Blue) = 200+122+187=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C87ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ABB is #378544. Grayscale: #989898. Windows color (decimal): -3638597 or 12286664. OLE color: 12286664.

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

Color convert

RGB 200 122 187 -
CMYK 0 0.39 0.06 0.22
HSL 310º 0.41% 0.63% -
HSV(B) 310º 0.39% 0.78% -
XYZ 39.75 29.79 50.67 -
YUV 152.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 200 122 187 0 0.39 0.06 0.22 310 0.41 0.63
Hex C8 7A BB 0 27 6 16 136 29 3F
Octal 310 172 273 0 47 6 26 466 51 77
Binary 11001000 1111010 10111011 0 100111 110 10110 100110110 101001 111111

Color Harmonies of #C87ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87ABB

Black with #C87ABB

Text Example


Text Example

White with #C87ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87ABB; }

 p { color: rgb(200,122,187); }

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

background-color css

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

 a { background-color: rgb(200,122,187); }

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

border-color css

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

 span { border-color: rgb(200,122,187); }

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