Html Css Color HEX #D485EC Heliotrope

📋 copy color: '#D485EC'

red 212 ◦ green 133 ◦ blue 236

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

Shades of Heliotrope #D485EC

Tints of Heliotrope #D485EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.89%

 BLUE value IS 236 (92.58% from 255) = 40.62%

R = 36.49%
G = 22.89%
B = 40.62%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D485EC (or 0xD485EC) is known color: Heliotrope. HEX triplet: D4, 85 and EC. RGB value is (212,133,236). Sum of RGB (Red+Green+Blue) = 212+133+236=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #D485EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D485EC is #2B7A13. Grayscale: #A8A8A8. Windows color (decimal): -2849300 or 15500756. OLE color: 15500756.

HSL color Cylindrical-coordinate representation of color #D485EC: hue angle of 286.02º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D485EC is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 133 236 -
CMYK 0.10 0.44 0 0.07
HSL 286.02º 0.73% 0.72% -
HSV(B) 286.02º 0.44% 0.93% -
XYZ 50.68 36.83 83.79 -
YUV 168.36 166.17 159.12 -
System Red Green Blue C M Y K H S L
Decimal 212 133 236 0.10 0.44 0 0.07 286.02 0.73 0.72
Hex D4 85 EC A 2C 0 7 11E 49 48
Octal 324 205 354 12 54 0 7 436 111 110
Binary 11010100 10000101 11101100 1010 101100 0 111 100011110 1001001 1001000

Color Harmonies of #D485EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D485EC

Black with #D485EC

Text Example


Text Example

White with #D485EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D485EC; }

 p { color: rgb(212,133,236); }

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

background-color css

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

 a { background-color: rgb(212,133,236); }

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

border-color css

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

 span { border-color: rgb(212,133,236); }

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