Html Css Color HEX #CE60FB Heliotrope

📋 copy color: '#CE60FB'

red 206 ◦ green 96 ◦ blue 251

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

Shades of Heliotrope #CE60FB

Tints of Heliotrope #CE60FB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.36%

 BLUE value IS 251 (98.44% from 255) = 45.39%

R = 37.25%
G = 17.36%
B = 45.39%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE60FB (or 0xCE60FB) is known color: Heliotrope. HEX triplet: CE, 60 and FB. RGB value is (206,96,251). Sum of RGB (Red+Green+Blue) = 206+96+251=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE60FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE60FB is #319F04. Grayscale: #929292. Windows color (decimal): -3251973 or 16474318. OLE color: 16474318.

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

Color convert

RGB 206 96 251 -
CMYK 0.18 0.62 0 0.02
HSL 282.58º 0.95% 0.68% -
HSV(B) 282.58º 0.62% 0.98% -
XYZ 47.05 28.45 94.28 -
YUV 146.56 186.94 170.4 -
System Red Green Blue C M Y K H S L
Decimal 206 96 251 0.18 0.62 0 0.02 282.58 0.95 0.68
Hex CE 60 FB 12 3E 0 2 11B 5F 44
Octal 316 140 373 22 76 0 2 433 137 104
Binary 11001110 1100000 11111011 10010 111110 0 10 100011011 1011111 1000100

Color Harmonies of #CE60FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE60FB

Black with #CE60FB

Text Example


Text Example

White with #CE60FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE60FB; }

 p { color: rgb(206,96,251); }

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

background-color css

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

 a { background-color: rgb(206,96,251); }

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

border-color css

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

 span { border-color: rgb(206,96,251); }

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