Html Css Color HEX #CE18F2 Psychedelic Purple

📋 copy color: '#CE18F2'

red 206 ◦ green 24 ◦ blue 242

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

Shades of Psychedelic Purple #CE18F2

Tints of Psychedelic Purple #CE18F2

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.08%

 BLUE value IS 242 (94.92% from 255) = 51.27%

R = 43.64%
G = 5.08%
B = 51.27%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE18F2 (or 0xCE18F2) is known color: Psychedelic Purple. HEX triplet: CE, 18 and F2. RGB value is (206,24,242). Sum of RGB (Red+Green+Blue) = 206+24+242=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 24 (9.77% from 255 or 5.08% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE18F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE18F2 is #31E70D. Grayscale: #666666. Windows color (decimal): -3270414 or 15866062. OLE color: 15866062.

HSL color Cylindrical-coordinate representation of color #CE18F2: hue angle of 290.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE18F2 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 24 242 -
CMYK 0.15 0.90 0 0.05
HSL 290.09º 0.89% 0.52% -
HSV(B) 290.09º 0.9% 0.95% -
XYZ 41.81 20.19 85.7 -
YUV 103.27 206.3 201.27 -
System Red Green Blue C M Y K H S L
Decimal 206 24 242 0.15 0.90 0 0.05 290.09 0.89 0.52
Hex CE 18 F2 F 5A 0 5 122 59 34
Octal 316 30 362 17 132 0 5 442 131 64
Binary 11001110 11000 11110010 1111 1011010 0 101 100100010 1011001 110100

Color Harmonies of #CE18F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE18F2

Black with #CE18F2

Text Example


Text Example

White with #CE18F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE18F2; }

 p { color: rgb(206,24,242); }

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

background-color css

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

 a { background-color: rgb(206,24,242); }

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

border-color css

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

 span { border-color: rgb(206,24,242); }

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