Html Css Color HEX #DC6BFB Heliotrope

📋 copy color: '#DC6BFB'

red 220 ◦ green 107 ◦ blue 251

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

Shades of Heliotrope #DC6BFB

Tints of Heliotrope #DC6BFB

RGB

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

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

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

R = 38.06%
G = 18.51%
B = 43.43%

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

#DC6BFB (or 0xDC6BFB) is known color: Heliotrope. HEX triplet: DC, 6B and FB. RGB value is (220,107,251). Sum of RGB (Red+Green+Blue) = 220+107+251=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 107 (42.19% from 255 or 18.51% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC6BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6BFB is #239404. Grayscale: #9C9C9C. Windows color (decimal): -2331653 or 16477148. OLE color: 16477148.

HSL color Cylindrical-coordinate representation of color #DC6BFB: hue angle of 287.08º 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 #DC6BFB is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 107 251 -
CMYK 0.12 0.57 0 0.02
HSL 287.08º 0.95% 0.7% -
HSV(B) 287.08º 0.57% 0.98% -
XYZ 52.19 32.7 94.83 -
YUV 157.2 180.94 172.79 -
System Red Green Blue C M Y K H S L
Decimal 220 107 251 0.12 0.57 0 0.02 287.08 0.95 0.7
Hex DC 6B FB C 39 0 2 11F 5F 46
Octal 334 153 373 14 71 0 2 437 137 106
Binary 11011100 1101011 11111011 1100 111001 0 10 100011111 1011111 1000110

Color Harmonies of #DC6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BFB

Black with #DC6BFB

Text Example


Text Example

White with #DC6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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