Html Css Color HEX #C734FB Electric Purple

📋 copy color: '#C734FB'

red 199 ◦ green 52 ◦ blue 251

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

Shades of Electric Purple #C734FB

Tints of Electric Purple #C734FB

RGB

 RED value IS 199 (78.13% from 255) = 39.64%

 GREEN value IS 52 (20.7% from 255) = 10.36%

 BLUE value IS 251 (98.44% from 255) = 50%

R = 39.64%
G = 10.36%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C734FB (or 0xC734FB) is known color: Electric Purple. HEX triplet: C7, 34 and FB. RGB value is (199,52,251). Sum of RGB (Red+Green+Blue) = 199+52+251=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 52 (20.70% from 255 or 10.36% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #C734FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C734FB is #38CB04. Grayscale: #757575. Windows color (decimal): -3721989 or 16463047. OLE color: 16463047.

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

Color convert

RGB 199 52 251 -
CMYK 0.21 0.79 0 0.02
HSL 284.32º 0.96% 0.59% -
HSV(B) 284.32º 0.79% 0.98% -
XYZ 42.19 21.56 93.21 -
YUV 118.64 202.7 185.32 -
System Red Green Blue C M Y K H S L
Decimal 199 52 251 0.21 0.79 0 0.02 284.32 0.96 0.59
Hex C7 34 FB 15 4F 0 2 11C 60 3B
Octal 307 64 373 25 117 0 2 434 140 73
Binary 11000111 110100 11111011 10101 1001111 0 10 100011100 1100000 111011

Color Harmonies of #C734FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C734FB

Black with #C734FB

Text Example


Text Example

White with #C734FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C734FB; }

 p { color: rgb(199,52,251); }

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

background-color css

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

 a { background-color: rgb(199,52,251); }

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

border-color css

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

 span { border-color: rgb(199,52,251); }

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