Html Css Color HEX #CA33FD Electric Purple

📋 copy color: '#CA33FD'

red 202 ◦ green 51 ◦ blue 253

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

Shades of Electric Purple #CA33FD

Tints of Electric Purple #CA33FD

RGB

 RED value IS 202 (79.3% from 255) = 39.92%

 GREEN value IS 51 (20.31% from 255) = 10.08%

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

R = 39.92%
G = 10.08%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA33FD (or 0xCA33FD) is known color: Electric Purple. HEX triplet: CA, 33 and FD. RGB value is (202,51,253). Sum of RGB (Red+Green+Blue) = 202+51+253=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 51 (20.31% from 255 or 10.08% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA33FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA33FD is #35CC02. Grayscale: #767676. Windows color (decimal): -3525635 or 16593866. OLE color: 16593866.

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

Color convert

RGB 202 51 253 -
CMYK 0.20 0.80 0 0.01
HSL 284.85º 0.98% 0.6% -
HSV(B) 284.85º 0.8% 0.99% -
XYZ 43.27 22.02 94.9 -
YUV 119.18 203.53 187.07 -
System Red Green Blue C M Y K H S L
Decimal 202 51 253 0.20 0.80 0 0.01 284.85 0.98 0.6
Hex CA 33 FD 14 50 0 1 11D 62 3C
Octal 312 63 375 24 120 0 1 435 142 74
Binary 11001010 110011 11111101 10100 1010000 0 1 100011101 1100010 111100

Color Harmonies of #CA33FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA33FD

Black with #CA33FD

Text Example


Text Example

White with #CA33FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA33FD; }

 p { color: rgb(202,51,253); }

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

background-color css

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

 a { background-color: rgb(202,51,253); }

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

border-color css

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

 span { border-color: rgb(202,51,253); }

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