Html Css Color HEX #CE46FD Heliotrope

📋 copy color: '#CE46FD'

red 206 ◦ green 70 ◦ blue 253

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

Shades of Heliotrope #CE46FD

Tints of Heliotrope #CE46FD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.23%

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

R = 38.94%
G = 13.23%
B = 47.83%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE46FD (or 0xCE46FD) is known color: Heliotrope. HEX triplet: CE, 46 and FD. RGB value is (206,70,253). Sum of RGB (Red+Green+Blue) = 206+70+253=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 70 (27.73% from 255 or 13.23% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE46FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE46FD is #31B902. Grayscale: #828282. Windows color (decimal): -3258627 or 16598734. OLE color: 16598734.

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

Color convert

RGB 206 70 253 -
CMYK 0.19 0.72 0 0.01
HSL 284.59º 0.98% 0.63% -
HSV(B) 284.59º 0.72% 0.99% -
XYZ 45.37 24.59 95.28 -
YUV 131.53 196.56 181.12 -
System Red Green Blue C M Y K H S L
Decimal 206 70 253 0.19 0.72 0 0.01 284.59 0.98 0.63
Hex CE 46 FD 13 48 0 1 11D 62 3F
Octal 316 106 375 23 110 0 1 435 142 77
Binary 11001110 1000110 11111101 10011 1001000 0 1 100011101 1100010 111111

Color Harmonies of #CE46FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE46FD

Black with #CE46FD

Text Example


Text Example

White with #CE46FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE46FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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