Html Css Color HEX #C630FA Electric Purple

📋 copy color: '#C630FA'

red 198 ◦ green 48 ◦ blue 250

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

Shades of Electric Purple #C630FA

Tints of Electric Purple #C630FA

RGB

 RED value IS 198 (77.73% from 255) = 39.92%

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

 BLUE value IS 250 (98.05% from 255) = 50.4%

R = 39.92%
G = 9.68%
B = 50.4%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C630FA (or 0xC630FA) is known color: Electric Purple. HEX triplet: C6, 30 and FA. RGB value is (198,48,250). Sum of RGB (Red+Green+Blue) = 198+48+250=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 48 (19.14% from 255 or 9.68% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #C630FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C630FA is #39CF05. Grayscale: #737373. Windows color (decimal): -3788550 or 16396486. OLE color: 16396486.

HSL color Cylindrical-coordinate representation of color #C630FA: hue angle of 284.55º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C630FA is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 48 250 -
CMYK 0.21 0.81 0 0.02
HSL 284.55º 0.95% 0.58% -
HSV(B) 284.55º 0.81% 0.98% -
XYZ 41.6 21.02 92.31 -
YUV 115.88 203.7 186.57 -
System Red Green Blue C M Y K H S L
Decimal 198 48 250 0.21 0.81 0 0.02 284.55 0.95 0.58
Hex C6 30 FA 15 51 0 2 11D 5F 3A
Octal 306 60 372 25 121 0 2 435 137 72
Binary 11000110 110000 11111010 10101 1010001 0 10 100011101 1011111 111010

Color Harmonies of #C630FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C630FA

Black with #C630FA

Text Example


Text Example

White with #C630FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C630FA; }

 p { color: rgb(198,48,250); }

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

background-color css

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

 a { background-color: rgb(198,48,250); }

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

border-color css

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

 span { border-color: rgb(198,48,250); }

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