Html Css Color HEX #C35AFE Heliotrope

📋 copy color: '#C35AFE'

red 195 ◦ green 90 ◦ blue 254

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

Shades of Heliotrope #C35AFE

Tints of Heliotrope #C35AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.7%

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

R = 36.18%
G = 16.7%
B = 47.12%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C35AFE (or 0xC35AFE) is known color: Heliotrope. HEX triplet: C3, 5A and FE. RGB value is (195,90,254). Sum of RGB (Red+Green+Blue) = 195+90+254=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 90 (35.55% from 255 or 16.70% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #C35AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35AFE is #3CA501. Grayscale: #8B8B8B. Windows color (decimal): -3974402 or 16669379. OLE color: 16669379.

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

Color convert

RGB 195 90 254 -
CMYK 0.23 0.65 0 0.00
HSL 278.41º 0.99% 0.67% -
HSV(B) 278.41º 0.65% 1% -
XYZ 44.05 26.07 96.48 -
YUV 140.09 192.29 167.16 -
System Red Green Blue C M Y K H S L
Decimal 195 90 254 0.23 0.65 0 0.00 278.41 0.99 0.67
Hex C3 5A FE 17 41 0 0 116 63 43
Octal 303 132 376 27 101 0 0 426 143 103
Binary 11000011 1011010 11111110 10111 1000001 0 0 100010110 1100011 1000011

Color Harmonies of #C35AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35AFE

Black with #C35AFE

Text Example


Text Example

White with #C35AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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