Html Css Color HEX #DC6CFB Heliotrope

📋 copy color: '#DC6CFB'

red 220 ◦ green 108 ◦ blue 251

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

Shades of Heliotrope #DC6CFB

Tints of Heliotrope #DC6CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.65%

 BLUE value IS 251 (98.44% from 255) = 43.35%

R = 38%
G = 18.65%
B = 43.35%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC6CFB (or 0xDC6CFB) is known color: Heliotrope. HEX triplet: DC, 6C and FB. RGB value is (220,108,251). Sum of RGB (Red+Green+Blue) = 220+108+251=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 108 (42.58% from 255 or 18.65% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC6CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6CFB is #239304. Grayscale: #9D9D9D. Windows color (decimal): -2331397 or 16477404. OLE color: 16477404.

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

Color convert

RGB 220 108 251 -
CMYK 0.12 0.57 0 0.02
HSL 286.99º 0.95% 0.7% -
HSV(B) 286.99º 0.57% 0.98% -
XYZ 52.29 32.91 94.86 -
YUV 157.79 180.61 172.37 -
System Red Green Blue C M Y K H S L
Decimal 220 108 251 0.12 0.57 0 0.02 286.99 0.95 0.7
Hex DC 6C FB C 39 0 2 11F 5F 46
Octal 334 154 373 14 71 0 2 437 137 106
Binary 11011100 1101100 11111011 1100 111001 0 10 100011111 1011111 1000110

Color Harmonies of #DC6CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CFB

Black with #DC6CFB

Text Example


Text Example

White with #DC6CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CFB; }

 p { color: rgb(220,108,251); }

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

background-color css

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

 a { background-color: rgb(220,108,251); }

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

border-color css

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

 span { border-color: rgb(220,108,251); }

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