Html Css Color HEX #C87CCC Orchid

📋 copy color: '#C87CCC'

red 200 ◦ green 124 ◦ blue 204

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

Shades of Orchid #C87CCC

Tints of Orchid #C87CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.48%

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 37.88%
G = 23.48%
B = 38.64%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C87CCC (or 0xC87CCC) is known color: Orchid. HEX triplet: C8, 7C and CC. RGB value is (200,124,204). Sum of RGB (Red+Green+Blue) = 200+124+204=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #C87CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CCC is #378333. Grayscale: #9B9B9B. Windows color (decimal): -3638068 or 13401288. OLE color: 13401288.

HSL color Cylindrical-coordinate representation of color #C87CCC: hue angle of 297º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87CCC is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 124 204 -
CMYK 0.02 0.39 0 0.2
HSL 297º 0.44% 0.64% -
HSV(B) 297º 0.39% 0.8% -
XYZ 41.93 31.05 60.91 -
YUV 155.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 200 124 204 0.02 0.39 0 0.2 297 0.44 0.64
Hex C8 7C CC 2 27 0 14 129 2C 40
Octal 310 174 314 2 47 0 24 451 54 100
Binary 11001000 1111100 11001100 10 100111 0 10100 100101001 101100 1000000

Color Harmonies of #C87CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87CCC

Black with #C87CCC

Text Example


Text Example

White with #C87CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87CCC; }

 p { color: rgb(200,124,204); }

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

background-color css

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

 a { background-color: rgb(200,124,204); }

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

border-color css

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

 span { border-color: rgb(200,124,204); }

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