Html Css Color HEX #D070DD Orchid

📋 copy color: '#D070DD'

red 208 ◦ green 112 ◦ blue 221

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

Shades of Orchid #D070DD

Tints of Orchid #D070DD

RGB

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

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

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

R = 38.45%
G = 20.7%
B = 40.85%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D070DD (or 0xD070DD) is known color: Orchid. HEX triplet: D0, 70 and DD. RGB value is (208,112,221). Sum of RGB (Red+Green+Blue) = 208+112+221=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #D070DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070DD is #2F8F22. Grayscale: #989898. Windows color (decimal): -3116835 or 14512336. OLE color: 14512336.

HSL color Cylindrical-coordinate representation of color #D070DD: hue angle of 292.84º 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 #D070DD is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 112 221 -
CMYK 0.06 0.49 0 0.13
HSL 292.84º 0.62% 0.65% -
HSV(B) 292.84º 0.49% 0.87% -
XYZ 44.86 30.22 71.88 -
YUV 153.13 166.3 167.14 -
System Red Green Blue C M Y K H S L
Decimal 208 112 221 0.06 0.49 0 0.13 292.84 0.62 0.65
Hex D0 70 DD 6 31 0 D 125 3E 41
Octal 320 160 335 6 61 0 15 445 76 101
Binary 11010000 1110000 11011101 110 110001 0 1101 100100101 111110 1000001

Color Harmonies of #D070DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070DD

Black with #D070DD

Text Example


Text Example

White with #D070DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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