Html Css Color HEX #C870CD Orchid

📋 copy color: '#C870CD'

red 200 ◦ green 112 ◦ blue 205

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

Shades of Orchid #C870CD

Tints of Orchid #C870CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.66%

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

R = 38.68%
G = 21.66%
B = 39.65%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C870CD (or 0xC870CD) is known color: Orchid. HEX triplet: C8, 70 and CD. RGB value is (200,112,205). Sum of RGB (Red+Green+Blue) = 200+112+205=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #C870CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870CD is #378F32. Grayscale: #949494. Windows color (decimal): -3641139 or 13463752. OLE color: 13463752.

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

Color convert

RGB 200 112 205 -
CMYK 0.02 0.45 0 0.20
HSL 296.77º 0.48% 0.62% -
HSV(B) 296.77º 0.45% 0.8% -
XYZ 40.63 28.28 61.07 -
YUV 148.91 159.65 164.44 -
System Red Green Blue C M Y K H S L
Decimal 200 112 205 0.02 0.45 0 0.20 296.77 0.48 0.62
Hex C8 70 CD 2 2D 0 14 129 30 3E
Octal 310 160 315 2 55 0 24 451 60 76
Binary 11001000 1110000 11001101 10 101101 0 10100 100101001 110000 111110

Color Harmonies of #C870CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870CD

Black with #C870CD

Text Example


Text Example

White with #C870CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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