Html Css Color HEX #CB2FF6 Electric Purple

📋 copy color: '#CB2FF6'

red 203 ◦ green 47 ◦ blue 246

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

Shades of Electric Purple #CB2FF6

Tints of Electric Purple #CB2FF6

RGB

 RED value IS 203 (79.69% from 255) = 40.93%

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

 BLUE value IS 246 (96.48% from 255) = 49.6%

R = 40.93%
G = 9.48%
B = 49.6%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB2FF6 (or 0xCB2FF6) is known color: Electric Purple. HEX triplet: CB, 2F and F6. RGB value is (203,47,246). Sum of RGB (Red+Green+Blue) = 203+47+246=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 47 (18.75% from 255 or 9.48% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB2FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2FF6 is #34D009. Grayscale: #737373. Windows color (decimal): -3461130 or 16134091. OLE color: 16134091.

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

Color convert

RGB 203 47 246 -
CMYK 0.17 0.81 0 0.04
HSL 287.04º 0.92% 0.57% -
HSV(B) 287.04º 0.81% 0.96% -
XYZ 42.28 21.38 89.09 -
YUV 116.33 201.18 189.82 -
System Red Green Blue C M Y K H S L
Decimal 203 47 246 0.17 0.81 0 0.04 287.04 0.92 0.57
Hex CB 2F F6 11 51 0 4 11F 5C 39
Octal 313 57 366 21 121 0 4 437 134 71
Binary 11001011 101111 11110110 10001 1010001 0 100 100011111 1011100 111001

Color Harmonies of #CB2FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2FF6

Black with #CB2FF6

Text Example


Text Example

White with #CB2FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2FF6; }

 p { color: rgb(203,47,246); }

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

background-color css

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

 a { background-color: rgb(203,47,246); }

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

border-color css

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

 span { border-color: rgb(203,47,246); }

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