Html Css Color HEX #CE02E7 Psychedelic Purple

📋 copy color: '#CE02E7'

red 206 ◦ green 2 ◦ blue 231

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

Shades of Psychedelic Purple #CE02E7

Tints of Psychedelic Purple #CE02E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.62%

R = 46.92%
G = 0.46%
B = 52.62%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE02E7 (or 0xCE02E7) is known color: Psychedelic Purple. HEX triplet: CE, 02 and E7. RGB value is (206,2,231). Sum of RGB (Red+Green+Blue) = 206+2+231=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 231 (90.62% from 255 or 52.62% from 439); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE02E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE02E7 is #31FD18. Grayscale: #585858. Windows color (decimal): -3276057 or 15139534. OLE color: 15139534.

HSL color Cylindrical-coordinate representation of color #CE02E7: hue angle of 293.45º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02E7 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 2 231 -
CMYK 0.11 0.99 0 0.09
HSL 293.45º 0.98% 0.46% -
HSV(B) 293.45º 0.99% 0.91% -
XYZ 39.9 18.93 77.15 -
YUV 89.1 208.09 211.38 -
System Red Green Blue C M Y K H S L
Decimal 206 2 231 0.11 0.99 0 0.09 293.45 0.98 0.46
Hex CE 2 E7 B 63 0 9 125 62 2E
Octal 316 2 347 13 143 0 11 445 142 56
Binary 11001110 10 11100111 1011 1100011 0 1001 100100101 1100010 101110

Color Harmonies of #CE02E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE02E7

Black with #CE02E7

Text Example


Text Example

White with #CE02E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE02E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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