Html Css Color HEX #C355FF Heliotrope

📋 copy color: '#C355FF'

red 195 ◦ green 85 ◦ blue 255

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

Shades of Heliotrope #C355FF

Tints of Heliotrope #C355FF

RGB

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

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

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

R = 36.45%
G = 15.89%
B = 47.66%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C355FF (or 0xC355FF) is known color: Heliotrope. HEX triplet: C3, 55 and FF. RGB value is (195,85,255). Sum of RGB (Red+Green+Blue) = 195+85+255=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #C355FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C355FF is #3CAA00. Grayscale: #888888. Windows color (decimal): -3975681 or 16733635. OLE color: 16733635.

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

Color convert

RGB 195 85 255 -
CMYK 0.24 0.67 0 0
HSL 278.82º 1% 0.67% -
HSV(B) 278.82º 0.67% 1% -
XYZ 43.8 25.32 97.19 -
YUV 137.27 194.44 169.18 -
System Red Green Blue C M Y K H S L
Decimal 195 85 255 0.24 0.67 0 0 278.82 1 0.67
Hex C3 55 FF 18 43 0 0 117 64 43
Octal 303 125 377 30 103 0 0 427 144 103
Binary 11000011 1010101 11111111 11000 1000011 0 0 100010111 1100100 1000011

Color Harmonies of #C355FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355FF

Black with #C355FF

Text Example


Text Example

White with #C355FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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