Html Css Color HEX #D064DD Orchid

📋 copy color: '#D064DD'

red 208 ◦ green 100 ◦ blue 221

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

Shades of Orchid #D064DD

Tints of Orchid #D064DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 39.32%
G = 18.9%
B = 41.78%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D064DD (or 0xD064DD) is known color: Orchid. HEX triplet: D0, 64 and DD. RGB value is (208,100,221). Sum of RGB (Red+Green+Blue) = 208+100+221=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #D064DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064DD is #2F9B22. Grayscale: #919191. Windows color (decimal): -3119907 or 14509264. OLE color: 14509264.

HSL color Cylindrical-coordinate representation of color #D064DD: hue angle of 293.55º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D064DD is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 100 221 -
CMYK 0.06 0.55 0 0.13
HSL 293.55º 0.64% 0.63% -
HSV(B) 293.55º 0.55% 0.87% -
XYZ 43.62 27.74 71.46 -
YUV 146.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 208 100 221 0.06 0.55 0 0.13 293.55 0.64 0.63
Hex D0 64 DD 6 37 0 D 126 40 3F
Octal 320 144 335 6 67 0 15 446 100 77
Binary 11010000 1100100 11011101 110 110111 0 1101 100100110 1000000 111111

Color Harmonies of #D064DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064DD

Black with #D064DD

Text Example


Text Example

White with #D064DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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