Html Css Color HEX #C35FFF Heliotrope

📋 copy color: '#C35FFF'

red 195 ◦ green 95 ◦ blue 255

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

Shades of Heliotrope #C35FFF

Tints of Heliotrope #C35FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.43%

 BLUE value IS 255 (100% from 255) = 46.79%

R = 35.78%
G = 17.43%
B = 46.79%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C35FFF (or 0xC35FFF) is known color: Heliotrope. HEX triplet: C3, 5F and FF. RGB value is (195,95,255). Sum of RGB (Red+Green+Blue) = 195+95+255=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 95 (37.5% from 255 or 17.43% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #C35FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35FFF is #3CA000. Grayscale: #8E8E8E. Windows color (decimal): -3973121 or 16736195. OLE color: 16736195.

HSL color Cylindrical-coordinate representation of color #C35FFF: hue angle of 277.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C35FFF is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 95 255 -
CMYK 0.24 0.63 0 0
HSL 277.5º 1% 0.69% -
HSV(B) 277.5º 0.63% 1% -
XYZ 44.65 27.01 97.47 -
YUV 143.14 191.13 164.99 -
System Red Green Blue C M Y K H S L
Decimal 195 95 255 0.24 0.63 0 0 277.5 1 0.69
Hex C3 5F FF 18 3F 0 0 116 64 45
Octal 303 137 377 30 77 0 0 426 144 105
Binary 11000011 1011111 11111111 11000 111111 0 0 100010110 1100100 1000101

Color Harmonies of #C35FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35FFF

Black with #C35FFF

Text Example


Text Example

White with #C35FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35FFF; }

 p { color: rgb(195,95,255); }

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

background-color css

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

 a { background-color: rgb(195,95,255); }

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

border-color css

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

 span { border-color: rgb(195,95,255); }

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