Html Css Color HEX #D064DE Orchid

📋 copy color: '#D064DE'

red 208 ◦ green 100 ◦ blue 222

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

Shades of Orchid #D064DE

Tints of Orchid #D064DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.89%

R = 39.25%
G = 18.87%
B = 41.89%

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

#D064DE (or 0xD064DE) is known color: Orchid. HEX triplet: D0, 64 and DE. RGB value is (208,100,222). Sum of RGB (Red+Green+Blue) = 208+100+222=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #D064DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064DE is #2F9B21. Grayscale: #919191. Windows color (decimal): -3119906 or 14574800. OLE color: 14574800.

HSL color Cylindrical-coordinate representation of color #D064DE: hue angle of 293.11º degrees, saturation: 0.65, 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 #D064DE is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 100 222 -
CMYK 0.06 0.55 0 0.13
HSL 293.11º 0.65% 0.63% -
HSV(B) 293.11º 0.55% 0.87% -
XYZ 43.75 27.8 72.17 -
YUV 146.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 208 100 222 0.06 0.55 0 0.13 293.11 0.65 0.63
Hex D0 64 DE 6 37 0 D 125 41 3F
Octal 320 144 336 6 67 0 15 445 101 77
Binary 11010000 1100100 11011110 110 110111 0 1101 100100101 1000001 111111

Color Harmonies of #D064DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064DE

Black with #D064DE

Text Example


Text Example

White with #D064DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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