Html Css Color HEX #DC67FA Heliotrope

📋 copy color: '#DC67FA'

red 220 ◦ green 103 ◦ blue 250

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

Shades of Heliotrope #DC67FA

Tints of Heliotrope #DC67FA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.98%

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

R = 38.39%
G = 17.98%
B = 43.63%

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

#DC67FA (or 0xDC67FA) is known color: Heliotrope. HEX triplet: DC, 67 and FA. RGB value is (220,103,250). Sum of RGB (Red+Green+Blue) = 220+103+250=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 103 (40.62% from 255 or 17.98% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC67FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC67FA is #239805. Grayscale: #9A9A9A. Windows color (decimal): -2332678 or 16410588. OLE color: 16410588.

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

Color convert

RGB 220 103 250 -
CMYK 0.12 0.59 0 0.02
HSL 287.76º 0.94% 0.69% -
HSV(B) 287.76º 0.59% 0.98% -
XYZ 51.62 31.82 93.86 -
YUV 154.74 181.76 174.55 -
System Red Green Blue C M Y K H S L
Decimal 220 103 250 0.12 0.59 0 0.02 287.76 0.94 0.69
Hex DC 67 FA C 3B 0 2 120 5E 45
Octal 334 147 372 14 73 0 2 440 136 105
Binary 11011100 1100111 11111010 1100 111011 0 10 100100000 1011110 1000101

Color Harmonies of #DC67FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67FA

Black with #DC67FA

Text Example


Text Example

White with #DC67FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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