Html Css Color HEX #C206FD Electric Purple

📋 copy color: '#C206FD'

red 194 ◦ green 6 ◦ blue 253

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

Shades of Electric Purple #C206FD

Tints of Electric Purple #C206FD

RGB

 RED value IS 194 (76.17% from 255) = 42.83%

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

 BLUE value IS 253 (99.22% from 255) = 55.85%

R = 42.83%
G = 1.32%
B = 55.85%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C206FD (or 0xC206FD) is known color: Electric Purple. HEX triplet: C2, 06 and FD. RGB value is (194,6,253). Sum of RGB (Red+Green+Blue) = 194+6+253=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 6 (2.73% from 255 or 1.32% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #C206FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C206FD is #3DF902. Grayscale: #595959. Windows color (decimal): -4061443 or 16582338. OLE color: 16582338.

HSL color Cylindrical-coordinate representation of color #C206FD: hue angle of 285.67º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C206FD is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 6 253 -
CMYK 0.23 0.98 0 0.01
HSL 285.67º 0.98% 0.51% -
HSV(B) 285.67º 0.98% 0.99% -
XYZ 40.04 18.69 94.43 -
YUV 90.37 219.78 201.92 -
System Red Green Blue C M Y K H S L
Decimal 194 6 253 0.23 0.98 0 0.01 285.67 0.98 0.51
Hex C2 6 FD 17 62 0 1 11E 62 33
Octal 302 6 375 27 142 0 1 436 142 63
Binary 11000010 110 11111101 10111 1100010 0 1 100011110 1100010 110011

Color Harmonies of #C206FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206FD

Black with #C206FD

Text Example


Text Example

White with #C206FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206FD; }

 p { color: rgb(194,6,253); }

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

background-color css

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

 a { background-color: rgb(194,6,253); }

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

border-color css

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

 span { border-color: rgb(194,6,253); }

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