Html Css Color HEX #DC66FA Heliotrope

📋 copy color: '#DC66FA'

red 220 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #DC66FA

Tints of Heliotrope #DC66FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.71%

R = 38.46%
G = 17.83%
B = 43.71%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC66FA (or 0xDC66FA) is known color: Heliotrope. HEX triplet: DC, 66 and FA. RGB value is (220,102,250). Sum of RGB (Red+Green+Blue) = 220+102+250=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 102 (40.23% from 255 or 17.83% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC66FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66FA is #239905. Grayscale: #999999. Windows color (decimal): -2332934 or 16410332. OLE color: 16410332.

HSL color Cylindrical-coordinate representation of color #DC66FA: hue angle of 287.84º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC66FA is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 102 250 -
CMYK 0.12 0.59 0 0.02
HSL 287.84º 0.94% 0.69% -
HSV(B) 287.84º 0.59% 0.98% -
XYZ 51.52 31.62 93.83 -
YUV 154.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 220 102 250 0.12 0.59 0 0.02 287.84 0.94 0.69
Hex DC 66 FA C 3B 0 2 120 5E 45
Octal 334 146 372 14 73 0 2 440 136 105
Binary 11011100 1100110 11111010 1100 111011 0 10 100100000 1011110 1000101

Color Harmonies of #DC66FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC66FA

Black with #DC66FA

Text Example


Text Example

White with #DC66FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC66FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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