Html Css Color HEX #C353FC Heliotrope

📋 copy color: '#C353FC'

red 195 ◦ green 83 ◦ blue 252

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

Shades of Heliotrope #C353FC

Tints of Heliotrope #C353FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.66%

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

R = 36.79%
G = 15.66%
B = 47.55%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C353FC (or 0xC353FC) is known color: Heliotrope. HEX triplet: C3, 53 and FC. RGB value is (195,83,252). Sum of RGB (Red+Green+Blue) = 195+83+252=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #C353FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C353FC is #3CAC03. Grayscale: #878787. Windows color (decimal): -3976196 or 16536515. OLE color: 16536515.

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

Color convert

RGB 195 83 252 -
CMYK 0.23 0.67 0 0.01
HSL 279.76º 0.97% 0.66% -
HSV(B) 279.76º 0.67% 0.99% -
XYZ 43.17 24.82 94.61 -
YUV 135.75 193.61 170.26 -
System Red Green Blue C M Y K H S L
Decimal 195 83 252 0.23 0.67 0 0.01 279.76 0.97 0.66
Hex C3 53 FC 17 43 0 1 118 61 42
Octal 303 123 374 27 103 0 1 430 141 102
Binary 11000011 1010011 11111100 10111 1000011 0 1 100011000 1100001 1000010

Color Harmonies of #C353FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353FC

Black with #C353FC

Text Example


Text Example

White with #C353FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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