Html Css Color HEX #DC6BEE Heliotrope

📋 copy color: '#DC6BEE'

red 220 ◦ green 107 ◦ blue 238

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

Shades of Heliotrope #DC6BEE

Tints of Heliotrope #DC6BEE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.94%

 BLUE value IS 238 (93.36% from 255) = 42.12%

R = 38.94%
G = 18.94%
B = 42.12%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC6BEE (or 0xDC6BEE) is known color: Heliotrope. HEX triplet: DC, 6B and EE. RGB value is (220,107,238). Sum of RGB (Red+Green+Blue) = 220+107+238=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 107 (42.19% from 255 or 18.94% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC6BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6BEE is #239411. Grayscale: #9B9B9B. Windows color (decimal): -2331666 or 15625180. OLE color: 15625180.

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

Color convert

RGB 220 107 238 -
CMYK 0.08 0.55 0 0.07
HSL 291.76º 0.79% 0.68% -
HSV(B) 291.76º 0.55% 0.93% -
XYZ 50.21 31.9 84.4 -
YUV 155.72 174.44 173.85 -
System Red Green Blue C M Y K H S L
Decimal 220 107 238 0.08 0.55 0 0.07 291.76 0.79 0.68
Hex DC 6B EE 8 37 0 7 124 4F 44
Octal 334 153 356 10 67 0 7 444 117 104
Binary 11011100 1101011 11101110 1000 110111 0 111 100100100 1001111 1000100

Color Harmonies of #DC6BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BEE

Black with #DC6BEE

Text Example


Text Example

White with #DC6BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BEE; }

 p { color: rgb(220,107,238); }

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

background-color css

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

 a { background-color: rgb(220,107,238); }

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

border-color css

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

 span { border-color: rgb(220,107,238); }

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