Html Css Color HEX #CE55FF Heliotrope

📋 copy color: '#CE55FF'

red 206 ◦ green 85 ◦ blue 255

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

Shades of Heliotrope #CE55FF

Tints of Heliotrope #CE55FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.7%

R = 37.73%
G = 15.57%
B = 46.7%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE55FF (or 0xCE55FF) is known color: Heliotrope. HEX triplet: CE, 55 and FF. RGB value is (206,85,255). Sum of RGB (Red+Green+Blue) = 206+85+255=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 85 (33.59% from 255 or 15.57% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE55FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE55FF is #31AA00. Grayscale: #8C8C8C. Windows color (decimal): -3254785 or 16733646. OLE color: 16733646.

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

Color convert

RGB 206 85 255 -
CMYK 0.19 0.67 0 0
HSL 282.71º 1% 0.67% -
HSV(B) 282.71º 0.67% 1% -
XYZ 46.75 26.84 97.32 -
YUV 140.56 192.59 174.68 -
System Red Green Blue C M Y K H S L
Decimal 206 85 255 0.19 0.67 0 0 282.71 1 0.67
Hex CE 55 FF 13 43 0 0 11B 64 43
Octal 316 125 377 23 103 0 0 433 144 103
Binary 11001110 1010101 11111111 10011 1000011 0 0 100011011 1100100 1000011

Color Harmonies of #CE55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55FF

Black with #CE55FF

Text Example


Text Example

White with #CE55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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