Html Css Color HEX #D071DD Orchid

📋 copy color: '#D071DD'

red 208 ◦ green 113 ◦ blue 221

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

Shades of Orchid #D071DD

Tints of Orchid #D071DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.85%

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

R = 38.38%
G = 20.85%
B = 40.77%

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

#D071DD (or 0xD071DD) is known color: Orchid. HEX triplet: D0, 71 and DD. RGB value is (208,113,221). Sum of RGB (Red+Green+Blue) = 208+113+221=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #D071DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071DD is #2F8E22. Grayscale: #999999. Windows color (decimal): -3116579 or 14512592. OLE color: 14512592.

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

Color convert

RGB 208 113 221 -
CMYK 0.06 0.49 0 0.13
HSL 292.78º 0.61% 0.65% -
HSV(B) 292.78º 0.49% 0.87% -
XYZ 44.97 30.44 71.91 -
YUV 153.72 165.97 166.72 -
System Red Green Blue C M Y K H S L
Decimal 208 113 221 0.06 0.49 0 0.13 292.78 0.61 0.65
Hex D0 71 DD 6 31 0 D 125 3D 41
Octal 320 161 335 6 61 0 15 445 75 101
Binary 11010000 1110001 11011101 110 110001 0 1101 100100101 111101 1000001

Color Harmonies of #D071DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D071DD

Black with #D071DD

Text Example


Text Example

White with #D071DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D071DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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