Html Css Color HEX #C87ABF Orchid

📋 copy color: '#C87ABF'

red 200 ◦ green 122 ◦ blue 191

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

Shades of Orchid #C87ABF

Tints of Orchid #C87ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.23%

R = 38.99%
G = 23.78%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C87ABF (or 0xC87ABF) is known color: Orchid. HEX triplet: C8, 7A and BF. RGB value is (200,122,191). Sum of RGB (Red+Green+Blue) = 200+122+191=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C87ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ABF is #378540. Grayscale: #989898. Windows color (decimal): -3638593 or 12548808. OLE color: 12548808.

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

Color convert

RGB 200 122 191 -
CMYK 0 0.39 0.04 0.22
HSL 306.92º 0.41% 0.63% -
HSV(B) 306.92º 0.39% 0.78% -
XYZ 40.18 29.96 52.96 -
YUV 153.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 200 122 191 0 0.39 0.04 0.22 306.92 0.41 0.63
Hex C8 7A BF 0 27 4 16 133 29 3F
Octal 310 172 277 0 47 4 26 463 51 77
Binary 11001000 1111010 10111111 0 100111 100 10110 100110011 101001 111111

Color Harmonies of #C87ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87ABF

Black with #C87ABF

Text Example


Text Example

White with #C87ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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