Html Css Color HEX #C87BCD Orchid

📋 copy color: '#C87BCD'

red 200 ◦ green 123 ◦ blue 205

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

Shades of Orchid #C87BCD

Tints of Orchid #C87BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.83%

R = 37.88%
G = 23.3%
B = 38.83%

CMYK

 C value IS 0.02

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C87BCD (or 0xC87BCD) is known color: Orchid. HEX triplet: C8, 7B and CD. RGB value is (200,123,205). Sum of RGB (Red+Green+Blue) = 200+123+205=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #C87BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BCD is #378432. Grayscale: #9B9B9B. Windows color (decimal): -3638323 or 13466568. OLE color: 13466568.

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

Color convert

RGB 200 123 205 -
CMYK 0.02 0.4 0 0.20
HSL 296.34º 0.45% 0.64% -
HSV(B) 296.34º 0.4% 0.8% -
XYZ 41.92 30.85 61.5 -
YUV 155.37 156.01 159.83 -
System Red Green Blue C M Y K H S L
Decimal 200 123 205 0.02 0.4 0 0.20 296.34 0.45 0.64
Hex C8 7B CD 2 28 0 14 128 2D 40
Octal 310 173 315 2 50 0 24 450 55 100
Binary 11001000 1111011 11001101 10 101000 0 10100 100101000 101101 1000000

Color Harmonies of #C87BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87BCD

Black with #C87BCD

Text Example


Text Example

White with #C87BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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