Html Css Color HEX #CE48FF Heliotrope

📋 copy color: '#CE48FF'

red 206 ◦ green 72 ◦ blue 255

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

Shades of Heliotrope #CE48FF

Tints of Heliotrope #CE48FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.51%

 BLUE value IS 255 (100% from 255) = 47.84%

R = 38.65%
G = 13.51%
B = 47.84%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE48FF (or 0xCE48FF) is known color: Heliotrope. HEX triplet: CE, 48 and FF. RGB value is (206,72,255). Sum of RGB (Red+Green+Blue) = 206+72+255=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 72 (28.52% from 255 or 13.51% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE48FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE48FF is #31B700. Grayscale: #848484. Windows color (decimal): -3258113 or 16730318. OLE color: 16730318.

HSL color Cylindrical-coordinate representation of color #CE48FF: hue angle of 283.93º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE48FF is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 72 255 -
CMYK 0.19 0.72 0 0
HSL 283.93º 1% 0.64% -
HSV(B) 283.93º 0.72% 1% -
XYZ 45.82 24.98 97.01 -
YUV 132.93 196.89 180.12 -
System Red Green Blue C M Y K H S L
Decimal 206 72 255 0.19 0.72 0 0 283.93 1 0.64
Hex CE 48 FF 13 48 0 0 11C 64 40
Octal 316 110 377 23 110 0 0 434 144 100
Binary 11001110 1001000 11111111 10011 1001000 0 0 100011100 1100100 1000000

Color Harmonies of #CE48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE48FF

Black with #CE48FF

Text Example


Text Example

White with #CE48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE48FF; }

 p { color: rgb(206,72,255); }

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

background-color css

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

 a { background-color: rgb(206,72,255); }

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

border-color css

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

 span { border-color: rgb(206,72,255); }

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