Html Css Color HEX #CE07EE Psychedelic Purple

📋 copy color: '#CE07EE'

red 206 ◦ green 7 ◦ blue 238

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

Shades of Psychedelic Purple #CE07EE

Tints of Psychedelic Purple #CE07EE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.55%

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

R = 45.68%
G = 1.55%
B = 52.77%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE07EE (or 0xCE07EE) is known color: Psychedelic Purple. HEX triplet: CE, 07 and EE. RGB value is (206,7,238). Sum of RGB (Red+Green+Blue) = 206+7+238=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 7 (3.12% from 255 or 1.55% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE07EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE07EE is #31F811. Grayscale: #5C5C5C. Windows color (decimal): -3274770 or 15599566. OLE color: 15599566.

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

Color convert

RGB 206 7 238 -
CMYK 0.13 0.97 0 0.07
HSL 291.69º 0.94% 0.48% -
HSV(B) 291.69º 0.97% 0.93% -
XYZ 40.96 19.45 82.48 -
YUV 92.84 209.93 208.72 -
System Red Green Blue C M Y K H S L
Decimal 206 7 238 0.13 0.97 0 0.07 291.69 0.94 0.48
Hex CE 7 EE D 61 0 7 124 5E 30
Octal 316 7 356 15 141 0 7 444 136 60
Binary 11001110 111 11101110 1101 1100001 0 111 100100100 1011110 110000

Color Harmonies of #CE07EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE07EE

Black with #CE07EE

Text Example


Text Example

White with #CE07EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE07EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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