Html Css Color HEX #CE06FD Psychedelic Purple

📋 copy color: '#CE06FD'

red 206 ◦ green 6 ◦ blue 253

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

Shades of Psychedelic Purple #CE06FD

Tints of Psychedelic Purple #CE06FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.41%

R = 44.3%
G = 1.29%
B = 54.41%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE06FD (or 0xCE06FD) is known color: Psychedelic Purple. HEX triplet: CE, 06 and FD. RGB value is (206,6,253). Sum of RGB (Red+Green+Blue) = 206+6+253=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 6 (2.73% from 255 or 1.29% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE06FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE06FD is #31F902. Grayscale: #5D5D5D. Windows color (decimal): -3275011 or 16582350. OLE color: 16582350.

HSL color Cylindrical-coordinate representation of color #CE06FD: hue angle of 288.58º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE06FD is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 6 253 -
CMYK 0.19 0.98 0 0.01
HSL 288.58º 0.98% 0.51% -
HSV(B) 288.58º 0.98% 0.99% -
XYZ 43.25 20.34 94.58 -
YUV 93.96 217.76 207.92 -
System Red Green Blue C M Y K H S L
Decimal 206 6 253 0.19 0.98 0 0.01 288.58 0.98 0.51
Hex CE 6 FD 13 62 0 1 121 62 33
Octal 316 6 375 23 142 0 1 441 142 63
Binary 11001110 110 11111101 10011 1100010 0 1 100100001 1100010 110011

Color Harmonies of #CE06FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE06FD

Black with #CE06FD

Text Example


Text Example

White with #CE06FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE06FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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