Html Css Color HEX #CE48FC Heliotrope

📋 copy color: '#CE48FC'

red 206 ◦ green 72 ◦ blue 252

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

Shades of Heliotrope #CE48FC

Tints of Heliotrope #CE48FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.55%

R = 38.87%
G = 13.58%
B = 47.55%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE48FC (or 0xCE48FC) is known color: Heliotrope. HEX triplet: CE, 48 and FC. RGB value is (206,72,252). Sum of RGB (Red+Green+Blue) = 206+72+252=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 72 (28.52% from 255 or 13.58% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE48FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE48FC is #31B703. Grayscale: #848484. Windows color (decimal): -3258116 or 16533710. OLE color: 16533710.

HSL color Cylindrical-coordinate representation of color #CE48FC: hue angle of 284.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE48FC is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 72 252 -
CMYK 0.18 0.71 0 0.01
HSL 284.67º 0.97% 0.64% -
HSV(B) 284.67º 0.71% 0.99% -
XYZ 45.34 24.78 94.49 -
YUV 132.59 195.39 180.36 -
System Red Green Blue C M Y K H S L
Decimal 206 72 252 0.18 0.71 0 0.01 284.67 0.97 0.64
Hex CE 48 FC 12 47 0 1 11D 61 40
Octal 316 110 374 22 107 0 1 435 141 100
Binary 11001110 1001000 11111100 10010 1000111 0 1 100011101 1100001 1000000

Color Harmonies of #CE48FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE48FC

Black with #CE48FC

Text Example


Text Example

White with #CE48FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE48FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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