Html Css Color HEX #C87BDC Orchid

📋 copy color: '#C87BDC'

red 200 ◦ green 123 ◦ blue 220

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

Shades of Orchid #C87BDC

Tints of Orchid #C87BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.65%

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 36.83%
G = 22.65%
B = 40.52%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C87BDC (or 0xC87BDC) is known color: Orchid. HEX triplet: C8, 7B and DC. RGB value is (200,123,220). Sum of RGB (Red+Green+Blue) = 200+123+220=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #C87BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BDC is #378423. Grayscale: #9C9C9C. Windows color (decimal): -3638308 or 14449608. OLE color: 14449608.

HSL color Cylindrical-coordinate representation of color #C87BDC: hue angle of 287.63º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87BDC is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 123 220 -
CMYK 0.09 0.44 0 0.14
HSL 287.63º 0.58% 0.67% -
HSV(B) 287.63º 0.44% 0.86% -
XYZ 43.82 31.61 71.5 -
YUV 157.08 163.51 158.61 -
System Red Green Blue C M Y K H S L
Decimal 200 123 220 0.09 0.44 0 0.14 287.63 0.58 0.67
Hex C8 7B DC 9 2C 0 E 120 3A 43
Octal 310 173 334 11 54 0 16 440 72 103
Binary 11001000 1111011 11011100 1001 101100 0 1110 100100000 111010 1000011

Color Harmonies of #C87BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87BDC

Black with #C87BDC

Text Example


Text Example

White with #C87BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87BDC; }

 p { color: rgb(200,123,220); }

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

background-color css

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

 a { background-color: rgb(200,123,220); }

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

border-color css

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

 span { border-color: rgb(200,123,220); }

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