Html Css Color HEX #D062D0 Orchid

📋 copy color: '#D062D0'

red 208 ◦ green 98 ◦ blue 208

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

Shades of Orchid #D062D0

Tints of Orchid #D062D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.47%

R = 40.47%
G = 19.07%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D062D0 (or 0xD062D0) is known color: Orchid. HEX triplet: D0, 62 and D0. RGB value is (208,98,208). Sum of RGB (Red+Green+Blue) = 208+98+208=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D062D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062D0 is #2F9D2F. Grayscale: #8F8F8F. Windows color (decimal): -3120432 or 13656784. OLE color: 13656784.

HSL color Cylindrical-coordinate representation of color #D062D0: hue angle of 300º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D062D0 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 98 208 -
CMYK 0 0.53 0 0.18
HSL 300º 0.54% 0.6% -
HSV(B) 300º 0.53% 0.82% -
XYZ 41.77 26.7 62.63 -
YUV 143.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 208 98 208 0 0.53 0 0.18 300 0.54 0.6
Hex D0 62 D0 0 35 0 12 12C 36 3C
Octal 320 142 320 0 65 0 22 454 66 74
Binary 11010000 1100010 11010000 0 110101 0 10010 100101100 110110 111100

Color Harmonies of #D062D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D062D0

Black with #D062D0

Text Example


Text Example

White with #D062D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D062D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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