Html Css Color HEX #C870D5 Orchid

📋 copy color: '#C870D5'

red 200 ◦ green 112 ◦ blue 213

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

Shades of Orchid #C870D5

Tints of Orchid #C870D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.57%

R = 38.1%
G = 21.33%
B = 40.57%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C870D5 (or 0xC870D5) is known color: Orchid. HEX triplet: C8, 70 and D5. RGB value is (200,112,213). Sum of RGB (Red+Green+Blue) = 200+112+213=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #C870D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870D5 is #378F2A. Grayscale: #959595. Windows color (decimal): -3641131 or 13988040. OLE color: 13988040.

HSL color Cylindrical-coordinate representation of color #C870D5: hue angle of 292.28º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C870D5 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 112 213 -
CMYK 0.06 0.47 0 0.16
HSL 292.28º 0.55% 0.64% -
HSV(B) 292.28º 0.47% 0.84% -
XYZ 41.62 28.67 66.29 -
YUV 149.83 163.65 163.79 -
System Red Green Blue C M Y K H S L
Decimal 200 112 213 0.06 0.47 0 0.16 292.28 0.55 0.64
Hex C8 70 D5 6 2F 0 10 124 37 40
Octal 310 160 325 6 57 0 20 444 67 100
Binary 11001000 1110000 11010101 110 101111 0 10000 100100100 110111 1000000

Color Harmonies of #C870D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870D5

Black with #C870D5

Text Example


Text Example

White with #C870D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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