Html Css Color HEX #CD30FB Electric Purple

📋 copy color: '#CD30FB'

red 205 ◦ green 48 ◦ blue 251

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

Shades of Electric Purple #CD30FB

Tints of Electric Purple #CD30FB

RGB

 RED value IS 205 (80.47% from 255) = 40.67%

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

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

R = 40.67%
G = 9.52%
B = 49.8%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CD30FB (or 0xCD30FB) is known color: Electric Purple. HEX triplet: CD, 30 and FB. RGB value is (205,48,251). Sum of RGB (Red+Green+Blue) = 205+48+251=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #CD30FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD30FB is #32CF04. Grayscale: #757575. Windows color (decimal): -3329797 or 16462029. OLE color: 16462029.

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

Color convert

RGB 205 48 251 -
CMYK 0.18 0.81 0 0.02
HSL 286.4º 0.96% 0.59% -
HSV(B) 286.4º 0.81% 0.98% -
XYZ 43.65 22.06 93.22 -
YUV 118.09 203.01 189.99 -
System Red Green Blue C M Y K H S L
Decimal 205 48 251 0.18 0.81 0 0.02 286.4 0.96 0.59
Hex CD 30 FB 12 51 0 2 11E 60 3B
Octal 315 60 373 22 121 0 2 436 140 73
Binary 11001101 110000 11111011 10010 1010001 0 10 100011110 1100000 111011

Color Harmonies of #CD30FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30FB

Black with #CD30FB

Text Example


Text Example

White with #CD30FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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