Html Css Color HEX #C308EE Electric Purple

📋 copy color: '#C308EE'

red 195 ◦ green 8 ◦ blue 238

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

Shades of Electric Purple #C308EE

Tints of Electric Purple #C308EE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.81%

 BLUE value IS 238 (93.36% from 255) = 53.97%

R = 44.22%
G = 1.81%
B = 53.97%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C308EE (or 0xC308EE) is known color: Electric Purple. HEX triplet: C3, 08 and EE. RGB value is (195,8,238). Sum of RGB (Red+Green+Blue) = 195+8+238=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 8 (3.52% from 255 or 1.81% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #C308EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C308EE is #3CF711. Grayscale: #595959. Windows color (decimal): -3995410 or 15599811. OLE color: 15599811.

HSL color Cylindrical-coordinate representation of color #C308EE: hue angle of 288.78º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C308EE is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 8 238 -
CMYK 0.18 0.97 0 0.07
HSL 288.78º 0.93% 0.48% -
HSV(B) 288.78º 0.97% 0.93% -
XYZ 38.03 17.95 82.35 -
YUV 90.13 211.45 202.8 -
System Red Green Blue C M Y K H S L
Decimal 195 8 238 0.18 0.97 0 0.07 288.78 0.93 0.48
Hex C3 8 EE 12 61 0 7 121 5D 30
Octal 303 10 356 22 141 0 7 441 135 60
Binary 11000011 1000 11101110 10010 1100001 0 111 100100001 1011101 110000

Color Harmonies of #C308EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C308EE

Black with #C308EE

Text Example


Text Example

White with #C308EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C308EE; }

 p { color: rgb(195,8,238); }

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

background-color css

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

 a { background-color: rgb(195,8,238); }

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

border-color css

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

 span { border-color: rgb(195,8,238); }

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