Html Css Color HEX #CB30FD Electric Purple

📋 copy color: '#CB30FD'

red 203 ◦ green 48 ◦ blue 253

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

Shades of Electric Purple #CB30FD

Tints of Electric Purple #CB30FD

RGB

 RED value IS 203 (79.69% from 255) = 40.28%

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

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

R = 40.28%
G = 9.52%
B = 50.2%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB30FD (or 0xCB30FD) is known color: Electric Purple. HEX triplet: CB, 30 and FD. RGB value is (203,48,253). Sum of RGB (Red+Green+Blue) = 203+48+253=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB30FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB30FD is #34CF02. Grayscale: #757575. Windows color (decimal): -3460867 or 16593099. OLE color: 16593099.

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

Color convert

RGB 203 48 253 -
CMYK 0.20 0.81 0 0.01
HSL 285.37º 0.98% 0.59% -
HSV(B) 285.37º 0.81% 0.99% -
XYZ 43.42 21.9 94.87 -
YUV 117.72 204.35 188.83 -
System Red Green Blue C M Y K H S L
Decimal 203 48 253 0.20 0.81 0 0.01 285.37 0.98 0.59
Hex CB 30 FD 14 51 0 1 11D 62 3B
Octal 313 60 375 24 121 0 1 435 142 73
Binary 11001011 110000 11111101 10100 1010001 0 1 100011101 1100010 111011

Color Harmonies of #CB30FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30FD

Black with #CB30FD

Text Example


Text Example

White with #CB30FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30FD; }

 p { color: rgb(203,48,253); }

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

background-color css

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

 a { background-color: rgb(203,48,253); }

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

border-color css

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

 span { border-color: rgb(203,48,253); }

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