Html Css Color HEX #D062DC Orchid

📋 copy color: '#D062DC'

red 208 ◦ green 98 ◦ blue 220

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

Shades of Orchid #D062DC

Tints of Orchid #D062DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 39.54%
G = 18.63%
B = 41.83%

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

#D062DC (or 0xD062DC) is known color: Orchid. HEX triplet: D0, 62 and DC. RGB value is (208,98,220). Sum of RGB (Red+Green+Blue) = 208+98+220=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #D062DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062DC is #2F9D23. Grayscale: #909090. Windows color (decimal): -3120420 or 14443216. OLE color: 14443216.

HSL color Cylindrical-coordinate representation of color #D062DC: hue angle of 294.1º degrees, saturation: 0.64, 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 #D062DC is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 98 220 -
CMYK 0.05 0.55 0 0.14
HSL 294.1º 0.64% 0.62% -
HSV(B) 294.1º 0.55% 0.86% -
XYZ 43.3 27.31 70.7 -
YUV 144.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 208 98 220 0.05 0.55 0 0.14 294.1 0.64 0.62
Hex D0 62 DC 5 37 0 E 126 40 3E
Octal 320 142 334 5 67 0 16 446 100 76
Binary 11010000 1100010 11011100 101 110111 0 1110 100100110 1000000 111110

Color Harmonies of #D062DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D062DC

Black with #D062DC

Text Example


Text Example

White with #D062DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D062DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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