Html Css Color HEX #C318FF Electric Purple

📋 copy color: '#C318FF'

red 195 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #C318FF

Tints of Electric Purple #C318FF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.06%

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

R = 41.14%
G = 5.06%
B = 53.8%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C318FF (or 0xC318FF) is known color: Electric Purple. HEX triplet: C3, 18 and FF. RGB value is (195,24,255). Sum of RGB (Red+Green+Blue) = 195+24+255=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 24 (9.77% from 255 or 5.06% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #C318FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C318FF is #3CE700. Grayscale: #646464. Windows color (decimal): -3991297 or 16718019. OLE color: 16718019.

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

Color convert

RGB 195 24 255 -
CMYK 0.24 0.91 0 0
HSL 284.42º 1% 0.55% -
HSV(B) 284.42º 0.91% 1% -
XYZ 40.88 19.48 96.21 -
YUV 101.46 214.65 194.72 -
System Red Green Blue C M Y K H S L
Decimal 195 24 255 0.24 0.91 0 0 284.42 1 0.55
Hex C3 18 FF 18 5B 0 0 11C 64 37
Octal 303 30 377 30 133 0 0 434 144 67
Binary 11000011 11000 11111111 11000 1011011 0 0 100011100 1100100 110111

Color Harmonies of #C318FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C318FF

Black with #C318FF

Text Example


Text Example

White with #C318FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C318FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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