Html Css Color HEX #D062CC Orchid

📋 copy color: '#D062CC'

red 208 ◦ green 98 ◦ blue 204

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

Shades of Orchid #D062CC

Tints of Orchid #D062CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40%

R = 40.78%
G = 19.22%
B = 40%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D062CC (or 0xD062CC) is known color: Orchid. HEX triplet: D0, 62 and CC. RGB value is (208,98,204). Sum of RGB (Red+Green+Blue) = 208+98+204=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D062CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062CC is #2F9D33. Grayscale: #8E8E8E. Windows color (decimal): -3120436 or 13394640. OLE color: 13394640.

HSL color Cylindrical-coordinate representation of color #D062CC: hue angle of 302.18º 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 #D062CC is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 98 204 -
CMYK 0 0.53 0.02 0.18
HSL 302.18º 0.54% 0.6% -
HSV(B) 302.18º 0.53% 0.82% -
XYZ 41.28 26.5 60.07 -
YUV 142.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 208 98 204 0 0.53 0.02 0.18 302.18 0.54 0.6
Hex D0 62 CC 0 35 2 12 12E 36 3C
Octal 320 142 314 0 65 2 22 456 66 74
Binary 11010000 1100010 11001100 0 110101 10 10010 100101110 110110 111100

Color Harmonies of #D062CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D062CC

Black with #D062CC

Text Example


Text Example

White with #D062CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D062CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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