Html Css Color HEX #C87ABA Orchid

📋 copy color: '#C87ABA'

red 200 ◦ green 122 ◦ blue 186

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

Shades of Orchid #C87ABA

Tints of Orchid #C87ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 39.37%
G = 24.02%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C87ABA (or 0xC87ABA) is known color: Orchid. HEX triplet: C8, 7A and BA. RGB value is (200,122,186). Sum of RGB (Red+Green+Blue) = 200+122+186=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C87ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ABA is #378545. Grayscale: #989898. Windows color (decimal): -3638598 or 12221128. OLE color: 12221128.

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

Color convert

RGB 200 122 186 -
CMYK 0 0.39 0.07 0.22
HSL 310.77º 0.41% 0.63% -
HSV(B) 310.77º 0.39% 0.78% -
XYZ 39.64 29.74 50.11 -
YUV 152.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 200 122 186 0 0.39 0.07 0.22 310.77 0.41 0.63
Hex C8 7A BA 0 27 7 16 137 29 3F
Octal 310 172 272 0 47 7 26 467 51 77
Binary 11001000 1111010 10111010 0 100111 111 10110 100110111 101001 111111

Color Harmonies of #C87ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87ABA

Black with #C87ABA

Text Example


Text Example

White with #C87ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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