Html Css Color HEX #DC68ED Heliotrope

📋 copy color: '#DC68ED'

red 220 ◦ green 104 ◦ blue 237

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

Shades of Heliotrope #DC68ED

Tints of Heliotrope #DC68ED

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.54%

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

R = 39.22%
G = 18.54%
B = 42.25%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC68ED (or 0xDC68ED) is known color: Heliotrope. HEX triplet: DC, 68 and ED. RGB value is (220,104,237). Sum of RGB (Red+Green+Blue) = 220+104+237=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC68ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC68ED is #239712. Grayscale: #999999. Windows color (decimal): -2332435 or 15558876. OLE color: 15558876.

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

Color convert

RGB 220 104 237 -
CMYK 0.07 0.56 0 0.07
HSL 292.33º 0.79% 0.67% -
HSV(B) 292.33º 0.56% 0.93% -
XYZ 49.75 31.23 83.53 -
YUV 153.85 174.93 175.19 -
System Red Green Blue C M Y K H S L
Decimal 220 104 237 0.07 0.56 0 0.07 292.33 0.79 0.67
Hex DC 68 ED 7 38 0 7 124 4F 43
Octal 334 150 355 7 70 0 7 444 117 103
Binary 11011100 1101000 11101101 111 111000 0 111 100100100 1001111 1000011

Color Harmonies of #DC68ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC68ED

Black with #DC68ED

Text Example


Text Example

White with #DC68ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC68ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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