Html Css Color HEX #CE06EE Psychedelic Purple

📋 copy color: '#CE06EE'

red 206 ◦ green 6 ◦ blue 238

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

Shades of Psychedelic Purple #CE06EE

Tints of Psychedelic Purple #CE06EE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.33%

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

R = 45.78%
G = 1.33%
B = 52.89%

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

#CE06EE (or 0xCE06EE) is known color: Psychedelic Purple. HEX triplet: CE, 06 and EE. RGB value is (206,6,238). Sum of RGB (Red+Green+Blue) = 206+6+238=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 6 (2.73% from 255 or 1.33% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE06EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE06EE is #31F911. Grayscale: #5B5B5B. Windows color (decimal): -3275026 or 15599310. OLE color: 15599310.

HSL color Cylindrical-coordinate representation of color #CE06EE: hue angle of 291.72º degrees, saturation: 0.95, 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 #CE06EE is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 6 238 -
CMYK 0.13 0.97 0 0.07
HSL 291.72º 0.95% 0.48% -
HSV(B) 291.72º 0.97% 0.93% -
XYZ 40.95 19.43 82.48 -
YUV 92.25 210.26 209.14 -
System Red Green Blue C M Y K H S L
Decimal 206 6 238 0.13 0.97 0 0.07 291.72 0.95 0.48
Hex CE 6 EE D 61 0 7 124 5F 30
Octal 316 6 356 15 141 0 7 444 137 60
Binary 11001110 110 11101110 1101 1100001 0 111 100100100 1011111 110000

Color Harmonies of #CE06EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE06EE

Black with #CE06EE

Text Example


Text Example

White with #CE06EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE06EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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