Html Css Color HEX #CE55FD Heliotrope

📋 copy color: '#CE55FD'

red 206 ◦ green 85 ◦ blue 253

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

Shades of Heliotrope #CE55FD

Tints of Heliotrope #CE55FD

RGB

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

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

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

R = 37.87%
G = 15.63%
B = 46.51%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE55FD (or 0xCE55FD) is known color: Heliotrope. HEX triplet: CE, 55 and FD. RGB value is (206,85,253). Sum of RGB (Red+Green+Blue) = 206+85+253=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE55FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE55FD is #31AA02. Grayscale: #8B8B8B. Windows color (decimal): -3254787 or 16602574. OLE color: 16602574.

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

Color convert

RGB 206 85 253 -
CMYK 0.19 0.66 0 0.01
HSL 283.21º 0.98% 0.66% -
HSV(B) 283.21º 0.66% 0.99% -
XYZ 46.43 26.71 95.64 -
YUV 140.33 191.59 174.84 -
System Red Green Blue C M Y K H S L
Decimal 206 85 253 0.19 0.66 0 0.01 283.21 0.98 0.66
Hex CE 55 FD 13 42 0 1 11B 62 42
Octal 316 125 375 23 102 0 1 433 142 102
Binary 11001110 1010101 11111101 10011 1000010 0 1 100011011 1100010 1000010

Color Harmonies of #CE55FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55FD

Black with #CE55FD

Text Example


Text Example

White with #CE55FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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