Html Css Color HEX #C354FF Heliotrope

📋 copy color: '#C354FF'

red 195 ◦ green 84 ◦ blue 255

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

Shades of Heliotrope #C354FF

Tints of Heliotrope #C354FF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.73%

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

R = 36.52%
G = 15.73%
B = 47.75%

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

#C354FF (or 0xC354FF) is known color: Heliotrope. HEX triplet: C3, 54 and FF. RGB value is (195,84,255). Sum of RGB (Red+Green+Blue) = 195+84+255=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 84 (33.20% from 255 or 15.73% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #C354FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C354FF is #3CAB00. Grayscale: #888888. Windows color (decimal): -3975937 or 16733379. OLE color: 16733379.

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

Color convert

RGB 195 84 255 -
CMYK 0.24 0.67 0 0
HSL 278.95º 1% 0.66% -
HSV(B) 278.95º 0.67% 1% -
XYZ 43.73 25.16 97.16 -
YUV 136.68 194.77 169.6 -
System Red Green Blue C M Y K H S L
Decimal 195 84 255 0.24 0.67 0 0 278.95 1 0.66
Hex C3 54 FF 18 43 0 0 117 64 42
Octal 303 124 377 30 103 0 0 427 144 102
Binary 11000011 1010100 11111111 11000 1000011 0 0 100010111 1100100 1000010

Color Harmonies of #C354FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C354FF

Black with #C354FF

Text Example


Text Example

White with #C354FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C354FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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