Html Css Color HEX #D062DB Orchid

📋 copy color: '#D062DB'

red 208 ◦ green 98 ◦ blue 219

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

Shades of Orchid #D062DB

Tints of Orchid #D062DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 39.62%
G = 18.67%
B = 41.71%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D062DB (or 0xD062DB) is known color: Orchid. HEX triplet: D0, 62 and DB. RGB value is (208,98,219). Sum of RGB (Red+Green+Blue) = 208+98+219=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #D062DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062DB is #2F9D24. Grayscale: #909090. Windows color (decimal): -3120421 or 14377680. OLE color: 14377680.

HSL color Cylindrical-coordinate representation of color #D062DB: hue angle of 294.55º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D062DB is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 98 219 -
CMYK 0.05 0.55 0 0.14
HSL 294.55º 0.63% 0.62% -
HSV(B) 294.55º 0.55% 0.86% -
XYZ 43.17 27.26 70 -
YUV 144.68 169.94 173.16 -
System Red Green Blue C M Y K H S L
Decimal 208 98 219 0.05 0.55 0 0.14 294.55 0.63 0.62
Hex D0 62 DB 5 37 0 E 127 3F 3E
Octal 320 142 333 5 67 0 16 447 77 76
Binary 11010000 1100010 11011011 101 110111 0 1110 100100111 111111 111110

Color Harmonies of #D062DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D062DB

Black with #D062DB

Text Example


Text Example

White with #D062DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D062DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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