Html Css Color HEX #CE53FA Heliotrope

📋 copy color: '#CE53FA'

red 206 ◦ green 83 ◦ blue 250

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

Shades of Heliotrope #CE53FA

Tints of Heliotrope #CE53FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.4%

 BLUE value IS 250 (98.05% from 255) = 46.38%

R = 38.22%
G = 15.4%
B = 46.38%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE53FA (or 0xCE53FA) is known color: Heliotrope. HEX triplet: CE, 53 and FA. RGB value is (206,83,250). Sum of RGB (Red+Green+Blue) = 206+83+250=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE53FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE53FA is #31AC05. Grayscale: #8A8A8A. Windows color (decimal): -3255302 or 16405454. OLE color: 16405454.

HSL color Cylindrical-coordinate representation of color #CE53FA: hue angle of 284.19º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE53FA is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 83 250 -
CMYK 0.18 0.67 0 0.02
HSL 284.19º 0.94% 0.65% -
HSV(B) 284.19º 0.67% 0.98% -
XYZ 45.8 26.21 93.09 -
YUV 138.82 190.75 175.92 -
System Red Green Blue C M Y K H S L
Decimal 206 83 250 0.18 0.67 0 0.02 284.19 0.94 0.65
Hex CE 53 FA 12 43 0 2 11C 5E 41
Octal 316 123 372 22 103 0 2 434 136 101
Binary 11001110 1010011 11111010 10010 1000011 0 10 100011100 1011110 1000001

Color Harmonies of #CE53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53FA

Black with #CE53FA

Text Example


Text Example

White with #CE53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53FA; }

 p { color: rgb(206,83,250); }

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

background-color css

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

 a { background-color: rgb(206,83,250); }

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

border-color css

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

 span { border-color: rgb(206,83,250); }

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