Html Css Color HEX #D464DF Orchid

📋 copy color: '#D464DF'

red 212 ◦ green 100 ◦ blue 223

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

Shades of Orchid #D464DF

Tints of Orchid #D464DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 39.63%
G = 18.69%
B = 41.68%

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

#D464DF (or 0xD464DF) is known color: Orchid. HEX triplet: D4, 64 and DF. RGB value is (212,100,223). Sum of RGB (Red+Green+Blue) = 212+100+223=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #D464DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D464DF is #2B9B20. Grayscale: #939393. Windows color (decimal): -2857761 or 14640340. OLE color: 14640340.

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

Color convert

RGB 212 100 223 -
CMYK 0.05 0.55 0 0.13
HSL 294.63º 0.66% 0.63% -
HSV(B) 294.63º 0.55% 0.87% -
XYZ 45.03 28.44 72.93 -
YUV 147.51 170.61 174 -
System Red Green Blue C M Y K H S L
Decimal 212 100 223 0.05 0.55 0 0.13 294.63 0.66 0.63
Hex D4 64 DF 5 37 0 D 127 42 3F
Octal 324 144 337 5 67 0 15 447 102 77
Binary 11010100 1100100 11011111 101 110111 0 1101 100100111 1000010 111111

Color Harmonies of #D464DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D464DF

Black with #D464DF

Text Example


Text Example

White with #D464DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D464DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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