#CD30F3

Color #CD30F3 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #CD30F3

Tints of Electric Purple #CD30F3

Color information

#CD30F3 (or 0xCD30F3) is unknown color: approx Electric Purple. HEX triplet: CD, 30 and F3. RGB value is (205,48,243). Sum of RGB (Red+Green+Blue) = 205+48+243=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 48 (19.14% from 255 or 9.68% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #CD30F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD30F3 is #32CF0C. Grayscale: #747474. Windows color (decimal): -3329805 or 15937741. OLE color: 15937741.

HSL color Cylindrical-coordinate representation of color #CD30F3: hue angle of 288.31º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD30F3 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20548243-
CMYK0.160.8000.05
HSL288.31º89.04%57.06%-
HSV(B)288.31º80.25%95.29%-
XYZ42.4121.5686.72-
YUV117.17199.01190.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 48 (19.14% from 255) = 9.68%
BLUE value IS 243 (95.31% from 255) = 48.99%
R=41.33%
G=9.68%
B=48.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal205482430.160.8000.05288.3189.0457.06
HexCD30F31050051205939
Octal31560363201200544013171
Binary110011011100001111001110000101000001011001000001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD30F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD30F3; }

 p { color: rgb(205,48,243); }

 H1.HeaderClassName
 {
   color: #CD30F3;
 }
 .AnyTagClassName
 {
   color: #CD30F3;
 }
</style>
background-color css

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

 a { background-color: rgb(205,48,243); }

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

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

 span { border-color: rgb(205,48,243); }

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