Html Css Color HEX #CE55FA Heliotrope

📋 copy color: '#CE55FA'

red 206 ◦ green 85 ◦ blue 250

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

Shades of Heliotrope #CE55FA

Tints of Heliotrope #CE55FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.71%

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

R = 38.08%
G = 15.71%
B = 46.21%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE55FA (or 0xCE55FA) is known color: Heliotrope. HEX triplet: CE, 55 and FA. RGB value is (206,85,250). Sum of RGB (Red+Green+Blue) = 206+85+250=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 85 (33.59% from 255 or 15.71% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE55FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE55FA is #31AA05. Grayscale: #8B8B8B. Windows color (decimal): -3254790 or 16405966. OLE color: 16405966.

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

Color convert

RGB 206 85 250 -
CMYK 0.18 0.66 0 0.02
HSL 284º 0.94% 0.66% -
HSV(B) 284º 0.66% 0.98% -
XYZ 45.96 26.52 93.14 -
YUV 139.99 190.09 175.08 -
System Red Green Blue C M Y K H S L
Decimal 206 85 250 0.18 0.66 0 0.02 284 0.94 0.66
Hex CE 55 FA 12 42 0 2 11C 5E 42
Octal 316 125 372 22 102 0 2 434 136 102
Binary 11001110 1010101 11111010 10010 1000010 0 10 100011100 1011110 1000010

Color Harmonies of #CE55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55FA

Black with #CE55FA

Text Example


Text Example

White with #CE55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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