Html Css Color HEX #DC66ED Heliotrope

📋 copy color: '#DC66ED'

red 220 ◦ green 102 ◦ blue 237

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

Shades of Heliotrope #DC66ED

Tints of Heliotrope #DC66ED

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.25%

 BLUE value IS 237 (92.97% from 255) = 42.4%

R = 39.36%
G = 18.25%
B = 42.4%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC66ED (or 0xDC66ED) is known color: Heliotrope. HEX triplet: DC, 66 and ED. RGB value is (220,102,237). Sum of RGB (Red+Green+Blue) = 220+102+237=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 102 (40.23% from 255 or 18.25% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC66ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66ED is #239912. Grayscale: #989898. Windows color (decimal): -2332947 or 15558364. OLE color: 15558364.

HSL color Cylindrical-coordinate representation of color #DC66ED: hue angle of 292.44º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC66ED is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 102 237 -
CMYK 0.07 0.57 0 0.07
HSL 292.44º 0.79% 0.66% -
HSV(B) 292.44º 0.57% 0.93% -
XYZ 49.55 30.83 83.46 -
YUV 152.67 175.59 176.02 -
System Red Green Blue C M Y K H S L
Decimal 220 102 237 0.07 0.57 0 0.07 292.44 0.79 0.66
Hex DC 66 ED 7 39 0 7 124 4F 42
Octal 334 146 355 7 71 0 7 444 117 102
Binary 11011100 1100110 11101101 111 111001 0 111 100100100 1001111 1000010

Color Harmonies of #DC66ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC66ED

Black with #DC66ED

Text Example


Text Example

White with #DC66ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC66ED; }

 p { color: rgb(220,102,237); }

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

background-color css

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

 a { background-color: rgb(220,102,237); }

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

border-color css

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

 span { border-color: rgb(220,102,237); }

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