Html Css Color HEX #C87DCE Orchid

📋 copy color: '#C87DCE'

red 200 ◦ green 125 ◦ blue 206

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

Shades of Orchid #C87DCE

Tints of Orchid #C87DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.54%

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 37.66%
G = 23.54%
B = 38.79%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C87DCE (or 0xC87DCE) is known color: Orchid. HEX triplet: C8, 7D and CE. RGB value is (200,125,206). Sum of RGB (Red+Green+Blue) = 200+125+206=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #C87DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DCE is #378231. Grayscale: #9C9C9C. Windows color (decimal): -3637810 or 13532616. OLE color: 13532616.

HSL color Cylindrical-coordinate representation of color #C87DCE: hue angle of 295.56º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87DCE is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 125 206 -
CMYK 0.03 0.39 0 0.19
HSL 295.56º 0.45% 0.65% -
HSV(B) 295.56º 0.39% 0.81% -
XYZ 42.29 31.4 62.22 -
YUV 156.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 200 125 206 0.03 0.39 0 0.19 295.56 0.45 0.65
Hex C8 7D CE 3 27 0 13 128 2D 41
Octal 310 175 316 3 47 0 23 450 55 101
Binary 11001000 1111101 11001110 11 100111 0 10011 100101000 101101 1000001

Color Harmonies of #C87DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87DCE

Black with #C87DCE

Text Example


Text Example

White with #C87DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87DCE; }

 p { color: rgb(200,125,206); }

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

background-color css

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

 a { background-color: rgb(200,125,206); }

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

border-color css

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

 span { border-color: rgb(200,125,206); }

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