Html Css Color HEX #C366FE Heliotrope

📋 copy color: '#C366FE'

red 195 ◦ green 102 ◦ blue 254

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

Shades of Heliotrope #C366FE

Tints of Heliotrope #C366FE

RGB

 RED value IS 195 (76.56% from 255) = 35.39%

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

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 35.39%
G = 18.51%
B = 46.1%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C366FE (or 0xC366FE) is known color: Heliotrope. HEX triplet: C3, 66 and FE. RGB value is (195,102,254). Sum of RGB (Red+Green+Blue) = 195+102+254=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #C366FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C366FE is #3C9901. Grayscale: #929292. Windows color (decimal): -3971330 or 16672451. OLE color: 16672451.

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

Color convert

RGB 195 102 254 -
CMYK 0.23 0.60 0 0.00
HSL 276.71º 0.99% 0.7% -
HSV(B) 276.71º 0.6% 1% -
XYZ 45.15 28.26 96.84 -
YUV 147.14 188.31 162.14 -
System Red Green Blue C M Y K H S L
Decimal 195 102 254 0.23 0.60 0 0.00 276.71 0.99 0.7
Hex C3 66 FE 17 3C 0 0 115 63 46
Octal 303 146 376 27 74 0 0 425 143 106
Binary 11000011 1100110 11111110 10111 111100 0 0 100010101 1100011 1000110

Color Harmonies of #C366FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C366FE

Black with #C366FE

Text Example


Text Example

White with #C366FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C366FE; }

 p { color: rgb(195,102,254); }

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

background-color css

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

 a { background-color: rgb(195,102,254); }

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

border-color css

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

 span { border-color: rgb(195,102,254); }

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