Html Css Color HEX #C706EB Electric Purple

📋 copy color: '#C706EB'

red 199 ◦ green 6 ◦ blue 235

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

Shades of Electric Purple #C706EB

Tints of Electric Purple #C706EB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.36%

 BLUE value IS 235 (92.19% from 255) = 53.41%

R = 45.23%
G = 1.36%
B = 53.41%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C706EB (or 0xC706EB) is known color: Electric Purple. HEX triplet: C7, 06 and EB. RGB value is (199,6,235). Sum of RGB (Red+Green+Blue) = 199+6+235=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 6 (2.73% from 255 or 1.36% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #C706EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C706EB is #38F914. Grayscale: #595959. Windows color (decimal): -3733781 or 15402695. OLE color: 15402695.

HSL color Cylindrical-coordinate representation of color #C706EB: hue angle of 290.57º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C706EB is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 6 235 -
CMYK 0.15 0.97 0 0.08
HSL 290.57º 0.95% 0.47% -
HSV(B) 290.57º 0.97% 0.92% -
XYZ 38.61 18.27 80.09 -
YUV 89.81 209.94 205.88 -
System Red Green Blue C M Y K H S L
Decimal 199 6 235 0.15 0.97 0 0.08 290.57 0.95 0.47
Hex C7 6 EB F 61 0 8 123 5F 2F
Octal 307 6 353 17 141 0 10 443 137 57
Binary 11000111 110 11101011 1111 1100001 0 1000 100100011 1011111 101111

Color Harmonies of #C706EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C706EB

Black with #C706EB

Text Example


Text Example

White with #C706EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C706EB; }

 p { color: rgb(199,6,235); }

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

background-color css

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

 a { background-color: rgb(199,6,235); }

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

border-color css

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

 span { border-color: rgb(199,6,235); }

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