Html Css Color HEX #D062DD Orchid

📋 copy color: '#D062DD'

red 208 ◦ green 98 ◦ blue 221

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

Shades of Orchid #D062DD

Tints of Orchid #D062DD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.6%

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

R = 39.47%
G = 18.6%
B = 41.94%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D062DD (or 0xD062DD) is known color: Orchid. HEX triplet: D0, 62 and DD. RGB value is (208,98,221). Sum of RGB (Red+Green+Blue) = 208+98+221=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #D062DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062DD is #2F9D22. Grayscale: #909090. Windows color (decimal): -3120419 or 14508752. OLE color: 14508752.

HSL color Cylindrical-coordinate representation of color #D062DD: hue angle of 293.66º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D062DD is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 98 221 -
CMYK 0.06 0.56 0 0.13
HSL 293.66º 0.64% 0.63% -
HSV(B) 293.66º 0.56% 0.87% -
XYZ 43.43 27.37 71.4 -
YUV 144.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 208 98 221 0.06 0.56 0 0.13 293.66 0.64 0.63
Hex D0 62 DD 6 38 0 D 126 40 3F
Octal 320 142 335 6 70 0 15 446 100 77
Binary 11010000 1100010 11011101 110 111000 0 1101 100100110 1000000 111111

Color Harmonies of #D062DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D062DD

Black with #D062DD

Text Example


Text Example

White with #D062DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D062DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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