Html Css Color HEX #D464DE Orchid

📋 copy color: '#D464DE'

red 212 ◦ green 100 ◦ blue 222

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

Shades of Orchid #D464DE

Tints of Orchid #D464DE

RGB

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

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

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

R = 39.7%
G = 18.73%
B = 41.57%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D464DE (or 0xD464DE) is known color: Orchid. HEX triplet: D4, 64 and DE. RGB value is (212,100,222). Sum of RGB (Red+Green+Blue) = 212+100+222=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #D464DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D464DE is #2B9B21. Grayscale: #939393. Windows color (decimal): -2857762 or 14574804. OLE color: 14574804.

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

Color convert

RGB 212 100 222 -
CMYK 0.05 0.55 0 0.13
HSL 295.08º 0.65% 0.63% -
HSV(B) 295.08º 0.55% 0.87% -
XYZ 44.89 28.39 72.22 -
YUV 147.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 212 100 222 0.05 0.55 0 0.13 295.08 0.65 0.63
Hex D4 64 DE 5 37 0 D 127 41 3F
Octal 324 144 336 5 67 0 15 447 101 77
Binary 11010100 1100100 11011110 101 110111 0 1101 100100111 1000001 111111

Color Harmonies of #D464DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D464DE

Black with #D464DE

Text Example


Text Example

White with #D464DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D464DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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