Html Css Color HEX #CA1CED Electric Purple

📋 copy color: '#CA1CED'

red 202 ◦ green 28 ◦ blue 237

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

Shades of Electric Purple #CA1CED

Tints of Electric Purple #CA1CED

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6%

 BLUE value IS 237 (92.97% from 255) = 50.75%

R = 43.25%
G = 6%
B = 50.75%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA1CED (or 0xCA1CED) is known color: Electric Purple. HEX triplet: CA, 1C and ED. RGB value is (202,28,237). Sum of RGB (Red+Green+Blue) = 202+28+237=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA1CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1CED is #35E312. Grayscale: #676767. Windows color (decimal): -3531539 or 15539402. OLE color: 15539402.

HSL color Cylindrical-coordinate representation of color #CA1CED: hue angle of 289.95º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1CED is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 28 237 -
CMYK 0.15 0.88 0 0.07
HSL 289.95º 0.85% 0.52% -
HSV(B) 289.95º 0.88% 0.93% -
XYZ 40.06 19.5 81.77 -
YUV 103.85 203.15 198.01 -
System Red Green Blue C M Y K H S L
Decimal 202 28 237 0.15 0.88 0 0.07 289.95 0.85 0.52
Hex CA 1C ED F 58 0 7 122 55 34
Octal 312 34 355 17 130 0 7 442 125 64
Binary 11001010 11100 11101101 1111 1011000 0 111 100100010 1010101 110100

Color Harmonies of #CA1CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1CED

Black with #CA1CED

Text Example


Text Example

White with #CA1CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1CED; }

 p { color: rgb(202,28,237); }

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

background-color css

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

 a { background-color: rgb(202,28,237); }

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

border-color css

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

 span { border-color: rgb(202,28,237); }

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