Html Css Color HEX #DC65EB Heliotrope

📋 copy color: '#DC65EB'

red 220 ◦ green 101 ◦ blue 235

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

Shades of Heliotrope #DC65EB

Tints of Heliotrope #DC65EB

RGB

 RED value IS 220 (86.33% from 255) = 39.57%

 GREEN value IS 101 (39.84% from 255) = 18.17%

 BLUE value IS 235 (92.19% from 255) = 42.27%

R = 39.57%
G = 18.17%
B = 42.27%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC65EB (or 0xDC65EB) is known color: Heliotrope. HEX triplet: DC, 65 and EB. RGB value is (220,101,235). Sum of RGB (Red+Green+Blue) = 220+101+235=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC65EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC65EB is #239A14. Grayscale: #979797. Windows color (decimal): -2333205 or 15427036. OLE color: 15427036.

HSL color Cylindrical-coordinate representation of color #DC65EB: hue angle of 293.28º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC65EB is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 101 235 -
CMYK 0.06 0.57 0 0.08
HSL 293.28º 0.77% 0.66% -
HSV(B) 293.28º 0.57% 0.92% -
XYZ 49.16 30.52 81.9 -
YUV 151.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 220 101 235 0.06 0.57 0 0.08 293.28 0.77 0.66
Hex DC 65 EB 6 39 0 8 125 4D 42
Octal 334 145 353 6 71 0 10 445 115 102
Binary 11011100 1100101 11101011 110 111001 0 1000 100100101 1001101 1000010

Color Harmonies of #DC65EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC65EB

Black with #DC65EB

Text Example


Text Example

White with #DC65EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC65EB; }

 p { color: rgb(220,101,235); }

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

background-color css

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

 a { background-color: rgb(220,101,235); }

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

border-color css

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

 span { border-color: rgb(220,101,235); }

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