Html Css Color HEX #C870DA Orchid

📋 copy color: '#C870DA'

red 200 ◦ green 112 ◦ blue 218

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

Shades of Orchid #C870DA

Tints of Orchid #C870DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 37.74%
G = 21.13%
B = 41.13%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C870DA (or 0xC870DA) is known color: Orchid. HEX triplet: C8, 70 and DA. RGB value is (200,112,218). Sum of RGB (Red+Green+Blue) = 200+112+218=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #C870DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870DA is #378F25. Grayscale: #969696. Windows color (decimal): -3641126 or 14315720. OLE color: 14315720.

HSL color Cylindrical-coordinate representation of color #C870DA: hue angle of 289.81º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C870DA is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 112 218 -
CMYK 0.08 0.49 0 0.15
HSL 289.81º 0.59% 0.65% -
HSV(B) 289.81º 0.49% 0.85% -
XYZ 42.27 28.93 69.69 -
YUV 150.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 200 112 218 0.08 0.49 0 0.15 289.81 0.59 0.65
Hex C8 70 DA 8 31 0 F 122 3B 41
Octal 310 160 332 10 61 0 17 442 73 101
Binary 11001000 1110000 11011010 1000 110001 0 1111 100100010 111011 1000001

Color Harmonies of #C870DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870DA

Black with #C870DA

Text Example


Text Example

White with #C870DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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