Html Css Color HEX #D870CD Orchid

📋 copy color: '#D870CD'

red 216 ◦ green 112 ◦ blue 205

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

Shades of Orchid #D870CD

Tints of Orchid #D870CD

RGB

 RED value IS 216 (84.77% from 255) = 40.53%

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

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

R = 40.53%
G = 21.01%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D870CD (or 0xD870CD) is known color: Orchid. HEX triplet: D8, 70 and CD. RGB value is (216,112,205). Sum of RGB (Red+Green+Blue) = 216+112+205=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D870CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870CD is #278F32. Grayscale: #999999. Windows color (decimal): -2592563 or 13463768. OLE color: 13463768.

HSL color Cylindrical-coordinate representation of color #D870CD: hue angle of 306.35º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D870CD is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 112 205 -
CMYK 0 0.48 0.05 0.15
HSL 306.35º 0.57% 0.64% -
HSV(B) 306.35º 0.48% 0.85% -
XYZ 45.13 30.6 61.28 -
YUV 153.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 216 112 205 0 0.48 0.05 0.15 306.35 0.57 0.64
Hex D8 70 CD 0 30 5 F 132 39 40
Octal 330 160 315 0 60 5 17 462 71 100
Binary 11011000 1110000 11001101 0 110000 101 1111 100110010 111001 1000000

Color Harmonies of #D870CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D870CD

Black with #D870CD

Text Example


Text Example

White with #D870CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D870CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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