Html Css Color HEX #C966FD Heliotrope

📋 copy color: '#C966FD'

red 201 ◦ green 102 ◦ blue 253

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

Shades of Heliotrope #C966FD

Tints of Heliotrope #C966FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.5%

R = 36.15%
G = 18.35%
B = 45.5%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C966FD (or 0xC966FD) is known color: Heliotrope. HEX triplet: C9, 66 and FD. RGB value is (201,102,253). Sum of RGB (Red+Green+Blue) = 201+102+253=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 102 (40.23% from 255 or 18.35% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #C966FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C966FD is #369902. Grayscale: #949494. Windows color (decimal): -3578115 or 16606921. OLE color: 16606921.

HSL color Cylindrical-coordinate representation of color #C966FD: hue angle of 279.34º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C966FD is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 102 253 -
CMYK 0.21 0.60 0 0.01
HSL 279.34º 0.97% 0.7% -
HSV(B) 279.34º 0.6% 0.99% -
XYZ 46.57 29.01 96.07 -
YUV 148.82 186.8 165.22 -
System Red Green Blue C M Y K H S L
Decimal 201 102 253 0.21 0.60 0 0.01 279.34 0.97 0.7
Hex C9 66 FD 15 3C 0 1 117 61 46
Octal 311 146 375 25 74 0 1 427 141 106
Binary 11001001 1100110 11111101 10101 111100 0 1 100010111 1100001 1000110

Color Harmonies of #C966FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966FD

Black with #C966FD

Text Example


Text Example

White with #C966FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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