Html Css Color HEX #CE02EE Psychedelic Purple

📋 copy color: '#CE02EE'

red 206 ◦ green 2 ◦ blue 238

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

Shades of Psychedelic Purple #CE02EE

Tints of Psychedelic Purple #CE02EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.36%

R = 46.19%
G = 0.45%
B = 53.36%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE02EE (or 0xCE02EE) is known color: Psychedelic Purple. HEX triplet: CE, 02 and EE. RGB value is (206,2,238). Sum of RGB (Red+Green+Blue) = 206+2+238=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 2 (1.17% from 255 or 0.45% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE02EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE02EE is #31FD11. Grayscale: #595959. Windows color (decimal): -3276050 or 15598286. OLE color: 15598286.

HSL color Cylindrical-coordinate representation of color #CE02EE: hue angle of 291.86º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02EE is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 2 238 -
CMYK 0.13 0.99 0 0.07
HSL 291.86º 0.98% 0.47% -
HSV(B) 291.86º 0.99% 0.93% -
XYZ 40.91 19.34 82.47 -
YUV 89.9 211.59 210.81 -
System Red Green Blue C M Y K H S L
Decimal 206 2 238 0.13 0.99 0 0.07 291.86 0.98 0.47
Hex CE 2 EE D 63 0 7 124 62 2F
Octal 316 2 356 15 143 0 7 444 142 57
Binary 11001110 10 11101110 1101 1100011 0 111 100100100 1100010 101111

Color Harmonies of #CE02EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE02EE

Black with #CE02EE

Text Example


Text Example

White with #CE02EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE02EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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