Html Css Color HEX #C35EFC Heliotrope

📋 copy color: '#C35EFC'

red 195 ◦ green 94 ◦ blue 252

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

Shades of Heliotrope #C35EFC

Tints of Heliotrope #C35EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.38%

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

R = 36.04%
G = 17.38%
B = 46.58%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C35EFC (or 0xC35EFC) is known color: Heliotrope. HEX triplet: C3, 5E and FC. RGB value is (195,94,252). Sum of RGB (Red+Green+Blue) = 195+94+252=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #C35EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35EFC is #3CA103. Grayscale: #8D8D8D. Windows color (decimal): -3973380 or 16539331. OLE color: 16539331.

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

Color convert

RGB 195 94 252 -
CMYK 0.23 0.63 0 0.01
HSL 278.35º 0.96% 0.68% -
HSV(B) 278.35º 0.63% 0.99% -
XYZ 44.08 26.64 94.91 -
YUV 142.21 189.96 165.65 -
System Red Green Blue C M Y K H S L
Decimal 195 94 252 0.23 0.63 0 0.01 278.35 0.96 0.68
Hex C3 5E FC 17 3F 0 1 116 60 44
Octal 303 136 374 27 77 0 1 426 140 104
Binary 11000011 1011110 11111100 10111 111111 0 1 100010110 1100000 1000100

Color Harmonies of #C35EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35EFC

Black with #C35EFC

Text Example


Text Example

White with #C35EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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