Html Css Color HEX #C966FA Heliotrope

📋 copy color: '#C966FA'

red 201 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #C966FA

Tints of Heliotrope #C966FA

RGB

 RED value IS 201 (78.91% from 255) = 36.35%

 GREEN value IS 102 (40.23% from 255) = 18.44%

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

R = 36.35%
G = 18.44%
B = 45.21%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C966FA (or 0xC966FA) is known color: Heliotrope. HEX triplet: C9, 66 and FA. RGB value is (201,102,250). Sum of RGB (Red+Green+Blue) = 201+102+250=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #C966FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C966FA is #369905. Grayscale: #939393. Windows color (decimal): -3578118 or 16410313. OLE color: 16410313.

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

Color convert

RGB 201 102 250 -
CMYK 0.20 0.59 0 0.02
HSL 280.14º 0.94% 0.69% -
HSV(B) 280.14º 0.59% 0.98% -
XYZ 46.09 28.82 93.58 -
YUV 148.47 185.3 165.47 -
System Red Green Blue C M Y K H S L
Decimal 201 102 250 0.20 0.59 0 0.02 280.14 0.94 0.69
Hex C9 66 FA 14 3B 0 2 118 5E 45
Octal 311 146 372 24 73 0 2 430 136 105
Binary 11001001 1100110 11111010 10100 111011 0 10 100011000 1011110 1000101

Color Harmonies of #C966FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966FA

Black with #C966FA

Text Example


Text Example

White with #C966FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966FA; }

 p { color: rgb(201,102,250); }

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

background-color css

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

 a { background-color: rgb(201,102,250); }

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

border-color css

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

 span { border-color: rgb(201,102,250); }

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