Html Css Color HEX #C870DD Orchid

📋 copy color: '#C870DD'

red 200 ◦ green 112 ◦ blue 221

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

Shades of Orchid #C870DD

Tints of Orchid #C870DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 37.52%
G = 21.01%
B = 41.46%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C870DD (or 0xC870DD) is known color: Orchid. HEX triplet: C8, 70 and DD. RGB value is (200,112,221). Sum of RGB (Red+Green+Blue) = 200+112+221=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #C870DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870DD is #378F22. Grayscale: #969696. Windows color (decimal): -3641123 or 14512328. OLE color: 14512328.

HSL color Cylindrical-coordinate representation of color #C870DD: hue angle of 288.44º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C870DD is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 112 221 -
CMYK 0.10 0.49 0 0.13
HSL 288.44º 0.62% 0.65% -
HSV(B) 288.44º 0.49% 0.87% -
XYZ 42.66 29.09 71.77 -
YUV 150.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 200 112 221 0.10 0.49 0 0.13 288.44 0.62 0.65
Hex C8 70 DD A 31 0 D 120 3E 41
Octal 310 160 335 12 61 0 15 440 76 101
Binary 11001000 1110000 11011101 1010 110001 0 1101 100100000 111110 1000001

Color Harmonies of #C870DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870DD

Black with #C870DD

Text Example


Text Example

White with #C870DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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