Html Css Color HEX #D464D5 Orchid

📋 copy color: '#D464D5'

red 212 ◦ green 100 ◦ blue 213

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

Shades of Orchid #D464D5

Tints of Orchid #D464D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.57%

R = 40.38%
G = 19.05%
B = 40.57%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D464D5 (or 0xD464D5) is known color: Orchid. HEX triplet: D4, 64 and D5. RGB value is (212,100,213). Sum of RGB (Red+Green+Blue) = 212+100+213=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #D464D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D464D5 is #2B9B2A. Grayscale: #929292. Windows color (decimal): -2857771 or 13984980. OLE color: 13984980.

HSL color Cylindrical-coordinate representation of color #D464D5: hue angle of 299.47º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D464D5 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 100 213 -
CMYK 0.00 0.53 0 0.16
HSL 299.47º 0.57% 0.61% -
HSV(B) 299.47º 0.53% 0.84% -
XYZ 43.72 27.92 66.03 -
YUV 146.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 212 100 213 0.00 0.53 0 0.16 299.47 0.57 0.61
Hex D4 64 D5 0 35 0 10 12B 39 3D
Octal 324 144 325 0 65 0 20 453 71 75
Binary 11010100 1100100 11010101 0 110101 0 10000 100101011 111001 111101

Color Harmonies of #D464D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D464D5

Black with #D464D5

Text Example


Text Example

White with #D464D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D464D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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