Html Css Color HEX #C35CFE Heliotrope

📋 copy color: '#C35CFE'

red 195 ◦ green 92 ◦ blue 254

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

Shades of Heliotrope #C35CFE

Tints of Heliotrope #C35CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.01%

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

R = 36.04%
G = 17.01%
B = 46.95%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C35CFE (or 0xC35CFE) is known color: Heliotrope. HEX triplet: C3, 5C and FE. RGB value is (195,92,254). Sum of RGB (Red+Green+Blue) = 195+92+254=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 92 (36.33% from 255 or 17.01% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #C35CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35CFE is #3CA301. Grayscale: #8C8C8C. Windows color (decimal): -3973890 or 16669891. OLE color: 16669891.

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

Color convert

RGB 195 92 254 -
CMYK 0.23 0.64 0 0.00
HSL 278.15º 0.99% 0.68% -
HSV(B) 278.15º 0.64% 1% -
XYZ 44.22 26.41 96.53 -
YUV 141.27 191.62 166.33 -
System Red Green Blue C M Y K H S L
Decimal 195 92 254 0.23 0.64 0 0.00 278.15 0.99 0.68
Hex C3 5C FE 17 40 0 0 116 63 44
Octal 303 134 376 27 100 0 0 426 143 104
Binary 11000011 1011100 11111110 10111 1000000 0 0 100010110 1100011 1000100

Color Harmonies of #C35CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35CFE

Black with #C35CFE

Text Example


Text Example

White with #C35CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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