Html Css Color HEX #CE02FB Psychedelic Purple

📋 copy color: '#CE02FB'

red 206 ◦ green 2 ◦ blue 251

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

Shades of Psychedelic Purple #CE02FB

Tints of Psychedelic Purple #CE02FB

RGB

 RED value IS 206 (80.86% from 255) = 44.88%

 GREEN value IS 2 (1.17% from 255) = 0.44%

 BLUE value IS 251 (98.44% from 255) = 54.68%

R = 44.88%
G = 0.44%
B = 54.68%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE02FB (or 0xCE02FB) is known color: Psychedelic Purple. HEX triplet: CE, 02 and FB. RGB value is (206,2,251). Sum of RGB (Red+Green+Blue) = 206+2+251=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE02FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE02FB is #31FD04. Grayscale: #5A5A5A. Windows color (decimal): -3276037 or 16450254. OLE color: 16450254.

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

Color convert

RGB 206 2 251 -
CMYK 0.18 0.99 0 0.02
HSL 289.16º 0.98% 0.5% -
HSV(B) 289.16º 0.99% 0.98% -
XYZ 42.89 20.13 92.89 -
YUV 91.38 218.09 209.75 -
System Red Green Blue C M Y K H S L
Decimal 206 2 251 0.18 0.99 0 0.02 289.16 0.98 0.5
Hex CE 2 FB 12 63 0 2 121 62 32
Octal 316 2 373 22 143 0 2 441 142 62
Binary 11001110 10 11111011 10010 1100011 0 10 100100001 1100010 110010

Color Harmonies of #CE02FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE02FB

Black with #CE02FB

Text Example


Text Example

White with #CE02FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE02FB; }

 p { color: rgb(206,2,251); }

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

background-color css

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

 a { background-color: rgb(206,2,251); }

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

border-color css

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

 span { border-color: rgb(206,2,251); }

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