Html Css Color HEX #D064DC Orchid

📋 copy color: '#D064DC'

red 208 ◦ green 100 ◦ blue 220

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

Shades of Orchid #D064DC

Tints of Orchid #D064DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.94%

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

R = 39.39%
G = 18.94%
B = 41.67%

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

#D064DC (or 0xD064DC) is known color: Orchid. HEX triplet: D0, 64 and DC. RGB value is (208,100,220). Sum of RGB (Red+Green+Blue) = 208+100+220=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #D064DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064DC is #2F9B23. Grayscale: #919191. Windows color (decimal): -3119908 or 14443728. OLE color: 14443728.

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

Color convert

RGB 208 100 220 -
CMYK 0.05 0.55 0 0.14
HSL 294º 0.63% 0.63% -
HSV(B) 294º 0.55% 0.86% -
XYZ 43.49 27.69 70.76 -
YUV 145.97 169.78 172.24 -
System Red Green Blue C M Y K H S L
Decimal 208 100 220 0.05 0.55 0 0.14 294 0.63 0.63
Hex D0 64 DC 5 37 0 E 126 3F 3F
Octal 320 144 334 5 67 0 16 446 77 77
Binary 11010000 1100100 11011100 101 110111 0 1110 100100110 111111 111111

Color Harmonies of #D064DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064DC

Black with #D064DC

Text Example


Text Example

White with #D064DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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