Html Css Color HEX #C350FF Heliotrope

📋 copy color: '#C350FF'

red 195 ◦ green 80 ◦ blue 255

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

Shades of Heliotrope #C350FF

Tints of Heliotrope #C350FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.09%

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

R = 36.79%
G = 15.09%
B = 48.11%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C350FF (or 0xC350FF) is known color: Heliotrope. HEX triplet: C3, 50 and FF. RGB value is (195,80,255). Sum of RGB (Red+Green+Blue) = 195+80+255=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #C350FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C350FF is #3CAF00. Grayscale: #858585. Windows color (decimal): -3976961 or 16732355. OLE color: 16732355.

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

Color convert

RGB 195 80 255 -
CMYK 0.24 0.69 0 0
HSL 279.43º 1% 0.66% -
HSV(B) 279.43º 0.69% 1% -
XYZ 43.42 24.56 97.06 -
YUV 134.34 196.1 171.27 -
System Red Green Blue C M Y K H S L
Decimal 195 80 255 0.24 0.69 0 0 279.43 1 0.66
Hex C3 50 FF 18 45 0 0 117 64 42
Octal 303 120 377 30 105 0 0 427 144 102
Binary 11000011 1010000 11111111 11000 1000101 0 0 100010111 1100100 1000010

Color Harmonies of #C350FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C350FF

Black with #C350FF

Text Example


Text Example

White with #C350FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C350FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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