#CB2AF5

Color #CB2AF5 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #CB2AF5

Tints of Electric Purple #CB2AF5

Color information

#CB2AF5 (or 0xCB2AF5) is unknown color: approx Electric Purple. HEX triplet: CB, 2A and F5. RGB value is (203,42,245). Sum of RGB (Red+Green+Blue) = 203+42+245=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 42 (16.80% from 255 or 8.57% from 490); Blue value is 245 (96.09% from 255 or 50% from 490); Max value from RGB is 245 - color contains mainly: blue. Hex color #CB2AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2AF5 is #34D50A. Grayscale: #707070. Windows color (decimal): -3462411 or 16067275. OLE color: 16067275.

HSL color Cylindrical-coordinate representation of color #CB2AF5: hue angle of 287.59º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2AF5 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20342245-
CMYK0.170.8300.04
HSL287.59º91.03%56.27%-
HSV(B)287.59º82.86%96.08%-
XYZ41.9420.9588.22-
YUV113.28202.34191.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 42 (16.80% from 255) = 8.57%
BLUE value IS 245 (96.09% from 255) = 50%
R=41.43%
G=8.57%
B=50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal203422450.170.8300.04287.5991.0356.27
HexCB2AF51153041205b38
Octal31352365211230444013370
Binary110010111010101111010110001101001101001001000001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2AF5; }

 p { color: rgb(203,42,245); }

 H1.HeaderClassName
 {
   color: #CB2AF5;
 }
 .AnyTagClassName
 {
   color: #CB2AF5;
 }
</style>
background-color css

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

 a { background-color: rgb(203,42,245); }

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

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

 span { border-color: rgb(203,42,245); }

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