Html Css Color HEX #D464DD Orchid

📋 copy color: '#D464DD'

red 212 ◦ green 100 ◦ blue 221

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

Shades of Orchid #D464DD

Tints of Orchid #D464DD

RGB

 RED value IS 212 (83.2% from 255) = 39.77%

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

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

R = 39.77%
G = 18.76%
B = 41.46%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D464DD (or 0xD464DD) is known color: Orchid. HEX triplet: D4, 64 and DD. RGB value is (212,100,221). Sum of RGB (Red+Green+Blue) = 212+100+221=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #D464DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D464DD is #2B9B22. Grayscale: #929292. Windows color (decimal): -2857763 or 14509268. OLE color: 14509268.

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

Color convert

RGB 212 100 221 -
CMYK 0.04 0.55 0 0.13
HSL 295.54º 0.64% 0.63% -
HSV(B) 295.54º 0.55% 0.87% -
XYZ 44.76 28.33 71.52 -
YUV 147.28 169.61 174.16 -
System Red Green Blue C M Y K H S L
Decimal 212 100 221 0.04 0.55 0 0.13 295.54 0.64 0.63
Hex D4 64 DD 4 37 0 D 128 40 3F
Octal 324 144 335 4 67 0 15 450 100 77
Binary 11010100 1100100 11011101 100 110111 0 1101 100101000 1000000 111111

Color Harmonies of #D464DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D464DD

Black with #D464DD

Text Example


Text Example

White with #D464DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D464DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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