Html Css Color HEX #CD2FF2 Electric Purple

📋 copy color: '#CD2FF2'

red 205 ◦ green 47 ◦ blue 242

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

Shades of Electric Purple #CD2FF2

Tints of Electric Purple #CD2FF2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.51%

 BLUE value IS 242 (94.92% from 255) = 48.99%

R = 41.5%
G = 9.51%
B = 48.99%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CD2FF2 (or 0xCD2FF2) is known color: Electric Purple. HEX triplet: CD, 2F and F2. RGB value is (205,47,242). Sum of RGB (Red+Green+Blue) = 205+47+242=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 47 (18.75% from 255 or 9.51% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD2FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2FF2 is #32D00D. Grayscale: #737373. Windows color (decimal): -3330062 or 15871949. OLE color: 15871949.

HSL color Cylindrical-coordinate representation of color #CD2FF2: hue angle of 288.62º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2FF2 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 47 242 -
CMYK 0.15 0.81 0 0.05
HSL 288.62º 0.88% 0.57% -
HSV(B) 288.62º 0.81% 0.95% -
XYZ 42.22 21.42 85.91 -
YUV 116.47 198.85 191.14 -
System Red Green Blue C M Y K H S L
Decimal 205 47 242 0.15 0.81 0 0.05 288.62 0.88 0.57
Hex CD 2F F2 F 51 0 5 121 58 39
Octal 315 57 362 17 121 0 5 441 130 71
Binary 11001101 101111 11110010 1111 1010001 0 101 100100001 1011000 111001

Color Harmonies of #CD2FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2FF2

Black with #CD2FF2

Text Example


Text Example

White with #CD2FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2FF2; }

 p { color: rgb(205,47,242); }

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

background-color css

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

 a { background-color: rgb(205,47,242); }

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

border-color css

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

 span { border-color: rgb(205,47,242); }

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