Html Css Color HEX #C35AFC Heliotrope

📋 copy color: '#C35AFC'

red 195 ◦ green 90 ◦ blue 252

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

Shades of Heliotrope #C35AFC

Tints of Heliotrope #C35AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.93%

R = 36.31%
G = 16.76%
B = 46.93%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C35AFC (or 0xC35AFC) is known color: Heliotrope. HEX triplet: C3, 5A and FC. RGB value is (195,90,252). Sum of RGB (Red+Green+Blue) = 195+90+252=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #C35AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35AFC is #3CA503. Grayscale: #8B8B8B. Windows color (decimal): -3974404 or 16538307. OLE color: 16538307.

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

Color convert

RGB 195 90 252 -
CMYK 0.23 0.64 0 0.01
HSL 278.89º 0.96% 0.67% -
HSV(B) 278.89º 0.64% 0.99% -
XYZ 43.73 25.94 94.8 -
YUV 139.86 191.29 167.33 -
System Red Green Blue C M Y K H S L
Decimal 195 90 252 0.23 0.64 0 0.01 278.89 0.96 0.67
Hex C3 5A FC 17 40 0 1 117 60 43
Octal 303 132 374 27 100 0 1 427 140 103
Binary 11000011 1011010 11111100 10111 1000000 0 1 100010111 1100000 1000011

Color Harmonies of #C35AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35AFC

Black with #C35AFC

Text Example


Text Example

White with #C35AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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