Html Css Color HEX #C87AC4 Orchid

📋 copy color: '#C87AC4'

red 200 ◦ green 122 ◦ blue 196

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

Shades of Orchid #C87AC4

Tints of Orchid #C87AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.84%

R = 38.61%
G = 23.55%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C87AC4 (or 0xC87AC4) is known color: Orchid. HEX triplet: C8, 7A and C4. RGB value is (200,122,196). Sum of RGB (Red+Green+Blue) = 200+122+196=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C87AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87AC4 is #37853B. Grayscale: #999999. Windows color (decimal): -3638588 or 12876488. OLE color: 12876488.

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

Color convert

RGB 200 122 196 -
CMYK 0 0.39 0.02 0.22
HSL 303.08º 0.41% 0.63% -
HSV(B) 303.08º 0.39% 0.78% -
XYZ 40.74 30.18 55.9 -
YUV 153.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 200 122 196 0 0.39 0.02 0.22 303.08 0.41 0.63
Hex C8 7A C4 0 27 2 16 12F 29 3F
Octal 310 172 304 0 47 2 26 457 51 77
Binary 11001000 1111010 11000100 0 100111 10 10110 100101111 101001 111111

Color Harmonies of #C87AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87AC4

Black with #C87AC4

Text Example


Text Example

White with #C87AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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