Html Css Color HEX #CE06EA Psychedelic Purple

📋 copy color: '#CE06EA'

red 206 ◦ green 6 ◦ blue 234

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

Shades of Psychedelic Purple #CE06EA

Tints of Psychedelic Purple #CE06EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 46.19%
G = 1.35%
B = 52.47%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE06EA (or 0xCE06EA) is known color: Psychedelic Purple. HEX triplet: CE, 06 and EA. RGB value is (206,6,234). Sum of RGB (Red+Green+Blue) = 206+6+234=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 6 (2.73% from 255 or 1.35% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE06EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE06EA is #31F915. Grayscale: #5B5B5B. Windows color (decimal): -3275030 or 15337166. OLE color: 15337166.

HSL color Cylindrical-coordinate representation of color #CE06EA: hue angle of 292.63º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE06EA is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 6 234 -
CMYK 0.12 0.97 0 0.08
HSL 292.63º 0.95% 0.47% -
HSV(B) 292.63º 0.97% 0.92% -
XYZ 40.37 19.19 79.42 -
YUV 91.79 208.26 209.46 -
System Red Green Blue C M Y K H S L
Decimal 206 6 234 0.12 0.97 0 0.08 292.63 0.95 0.47
Hex CE 6 EA C 61 0 8 125 5F 2F
Octal 316 6 352 14 141 0 10 445 137 57
Binary 11001110 110 11101010 1100 1100001 0 1000 100100101 1011111 101111

Color Harmonies of #CE06EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE06EA

Black with #CE06EA

Text Example


Text Example

White with #CE06EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE06EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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