Html Css Color HEX #C355FE Heliotrope

📋 copy color: '#C355FE'

red 195 ◦ green 85 ◦ blue 254

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

Shades of Heliotrope #C355FE

Tints of Heliotrope #C355FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.92%

 BLUE value IS 254 (99.61% from 255) = 47.57%

R = 36.52%
G = 15.92%
B = 47.57%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C355FE (or 0xC355FE) is known color: Heliotrope. HEX triplet: C3, 55 and FE. RGB value is (195,85,254). Sum of RGB (Red+Green+Blue) = 195+85+254=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 85 (33.59% from 255 or 15.92% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #C355FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C355FE is #3CAA01. Grayscale: #888888. Windows color (decimal): -3975682 or 16668099. OLE color: 16668099.

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

Color convert

RGB 195 85 254 -
CMYK 0.23 0.67 0 0.00
HSL 279.05º 0.99% 0.66% -
HSV(B) 279.05º 0.67% 1% -
XYZ 43.64 25.25 96.34 -
YUV 137.16 193.94 169.26 -
System Red Green Blue C M Y K H S L
Decimal 195 85 254 0.23 0.67 0 0.00 279.05 0.99 0.66
Hex C3 55 FE 17 43 0 0 117 63 42
Octal 303 125 376 27 103 0 0 427 143 102
Binary 11000011 1010101 11111110 10111 1000011 0 0 100010111 1100011 1000010

Color Harmonies of #C355FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355FE

Black with #C355FE

Text Example


Text Example

White with #C355FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355FE; }

 p { color: rgb(195,85,254); }

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

background-color css

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

 a { background-color: rgb(195,85,254); }

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

border-color css

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

 span { border-color: rgb(195,85,254); }

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