Html Css Color HEX #CD33FA Electric Purple

📋 copy color: '#CD33FA'

red 205 ◦ green 51 ◦ blue 250

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

Shades of Electric Purple #CD33FA

Tints of Electric Purple #CD33FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 40.51%
G = 10.08%
B = 49.41%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CD33FA (or 0xCD33FA) is known color: Electric Purple. HEX triplet: CD, 33 and FA. RGB value is (205,51,250). Sum of RGB (Red+Green+Blue) = 205+51+250=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 51 (20.31% from 255 or 10.08% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD33FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD33FA is #32CC05. Grayscale: #777777. Windows color (decimal): -3329030 or 16397261. OLE color: 16397261.

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

Color convert

RGB 205 51 250 -
CMYK 0.18 0.80 0 0.02
HSL 286.43º 0.95% 0.59% -
HSV(B) 286.43º 0.8% 0.98% -
XYZ 43.62 22.25 92.44 -
YUV 119.73 201.52 188.82 -
System Red Green Blue C M Y K H S L
Decimal 205 51 250 0.18 0.80 0 0.02 286.43 0.95 0.59
Hex CD 33 FA 12 50 0 2 11E 5F 3B
Octal 315 63 372 22 120 0 2 436 137 73
Binary 11001101 110011 11111010 10010 1010000 0 10 100011110 1011111 111011

Color Harmonies of #CD33FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD33FA

Black with #CD33FA

Text Example


Text Example

White with #CD33FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD33FA; }

 p { color: rgb(205,51,250); }

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

background-color css

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

 a { background-color: rgb(205,51,250); }

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

border-color css

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

 span { border-color: rgb(205,51,250); }

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