Html Css Color HEX #D062DA Orchid

📋 copy color: '#D062DA'

red 208 ◦ green 98 ◦ blue 218

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

Shades of Orchid #D062DA

Tints of Orchid #D062DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 39.69%
G = 18.7%
B = 41.6%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D062DA (or 0xD062DA) is known color: Orchid. HEX triplet: D0, 62 and DA. RGB value is (208,98,218). Sum of RGB (Red+Green+Blue) = 208+98+218=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #D062DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062DA is #2F9D25. Grayscale: #909090. Windows color (decimal): -3120422 or 14312144. OLE color: 14312144.

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

Color convert

RGB 208 98 218 -
CMYK 0.05 0.55 0 0.15
HSL 295º 0.62% 0.62% -
HSV(B) 295º 0.55% 0.85% -
XYZ 43.04 27.21 69.31 -
YUV 144.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 208 98 218 0.05 0.55 0 0.15 295 0.62 0.62
Hex D0 62 DA 5 37 0 F 127 3E 3E
Octal 320 142 332 5 67 0 17 447 76 76
Binary 11010000 1100010 11011010 101 110111 0 1111 100100111 111110 111110

Color Harmonies of #D062DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D062DA

Black with #D062DA

Text Example


Text Example

White with #D062DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D062DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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