Html Css Color HEX #C830FF Electric Purple

📋 copy color: '#C830FF'

red 200 ◦ green 48 ◦ blue 255

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

Shades of Electric Purple #C830FF

Tints of Electric Purple #C830FF

RGB

 RED value IS 200 (78.52% from 255) = 39.76%

 GREEN value IS 48 (19.14% from 255) = 9.54%

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

R = 39.76%
G = 9.54%
B = 50.7%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C830FF (or 0xC830FF) is known color: Electric Purple. HEX triplet: C8, 30 and FF. RGB value is (200,48,255). Sum of RGB (Red+Green+Blue) = 200+48+255=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #C830FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C830FF is #37CF00. Grayscale: #747474. Windows color (decimal): -3657473 or 16724168. OLE color: 16724168.

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

Color convert

RGB 200 48 255 -
CMYK 0.22 0.81 0 0
HSL 284.06º 1% 0.59% -
HSV(B) 284.06º 0.81% 1% -
XYZ 42.93 21.61 96.52 -
YUV 117.05 205.86 187.17 -
System Red Green Blue C M Y K H S L
Decimal 200 48 255 0.22 0.81 0 0 284.06 1 0.59
Hex C8 30 FF 16 51 0 0 11C 64 3B
Octal 310 60 377 26 121 0 0 434 144 73
Binary 11001000 110000 11111111 10110 1010001 0 0 100011100 1100100 111011

Color Harmonies of #C830FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830FF

Black with #C830FF

Text Example


Text Example

White with #C830FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830FF; }

 p { color: rgb(200,48,255); }

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

background-color css

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

 a { background-color: rgb(200,48,255); }

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

border-color css

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

 span { border-color: rgb(200,48,255); }

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