Html Css Color HEX #D070CE Orchid

📋 copy color: '#D070CE'

red 208 ◦ green 112 ◦ blue 206

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

Shades of Orchid #D070CE

Tints of Orchid #D070CE

RGB

 RED value IS 208 (81.64% from 255) = 39.54%

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

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 39.54%
G = 21.29%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D070CE (or 0xD070CE) is known color: Orchid. HEX triplet: D0, 70 and CE. RGB value is (208,112,206). Sum of RGB (Red+Green+Blue) = 208+112+206=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D070CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070CE is #2F8F31. Grayscale: #979797. Windows color (decimal): -3116850 or 13529296. OLE color: 13529296.

HSL color Cylindrical-coordinate representation of color #D070CE: hue angle of 301.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D070CE is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 112 206 -
CMYK 0 0.46 0.01 0.18
HSL 301.25º 0.51% 0.63% -
HSV(B) 301.25º 0.46% 0.82% -
XYZ 42.95 29.45 61.81 -
YUV 151.42 158.8 168.36 -
System Red Green Blue C M Y K H S L
Decimal 208 112 206 0 0.46 0.01 0.18 301.25 0.51 0.63
Hex D0 70 CE 0 2E 1 12 12D 33 3F
Octal 320 160 316 0 56 1 22 455 63 77
Binary 11010000 1110000 11001110 0 101110 1 10010 100101101 110011 111111

Color Harmonies of #D070CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070CE

Black with #D070CE

Text Example


Text Example

White with #D070CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070CE; }

 p { color: rgb(208,112,206); }

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

background-color css

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

 a { background-color: rgb(208,112,206); }

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

border-color css

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

 span { border-color: rgb(208,112,206); }

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