Html Css Color HEX #C87AC7 Orchid

📋 copy color: '#C87AC7'

red 200 ◦ green 122 ◦ blue 199

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

Shades of Orchid #C87AC7

Tints of Orchid #C87AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.2%

R = 38.39%
G = 23.42%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C87AC7 (or 0xC87AC7) is known color: Orchid. HEX triplet: C8, 7A and C7. RGB value is (200,122,199). Sum of RGB (Red+Green+Blue) = 200+122+199=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C87AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87AC7 is #378538. Grayscale: #999999. Windows color (decimal): -3638585 or 13073096. OLE color: 13073096.

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

Color convert

RGB 200 122 199 -
CMYK 0 0.39 0.00 0.22
HSL 300.77º 0.41% 0.63% -
HSV(B) 300.77º 0.39% 0.78% -
XYZ 41.09 30.32 57.72 -
YUV 154.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 200 122 199 0 0.39 0.00 0.22 300.77 0.41 0.63
Hex C8 7A C7 0 27 0 16 12D 29 3F
Octal 310 172 307 0 47 0 26 455 51 77
Binary 11001000 1111010 11000111 0 100111 0 10110 100101101 101001 111111

Color Harmonies of #C87AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87AC7

Black with #C87AC7

Text Example


Text Example

White with #C87AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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