Html Css Color HEX #CE60FA Heliotrope

📋 copy color: '#CE60FA'

red 206 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #CE60FA

Tints of Heliotrope #CE60FA

RGB

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

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

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

R = 37.32%
G = 17.39%
B = 45.29%

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

#CE60FA (or 0xCE60FA) is known color: Heliotrope. HEX triplet: CE, 60 and FA. RGB value is (206,96,250). Sum of RGB (Red+Green+Blue) = 206+96+250=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 96 (37.89% from 255 or 17.39% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE60FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE60FA is #319F05. Grayscale: #919191. Windows color (decimal): -3251974 or 16408782. OLE color: 16408782.

HSL color Cylindrical-coordinate representation of color #CE60FA: hue angle of 282.86º degrees, saturation: 0.94, 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 #CE60FA is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 96 250 -
CMYK 0.18 0.62 0 0.02
HSL 282.86º 0.94% 0.68% -
HSV(B) 282.86º 0.62% 0.98% -
XYZ 46.89 28.39 93.45 -
YUV 146.45 186.44 170.48 -
System Red Green Blue C M Y K H S L
Decimal 206 96 250 0.18 0.62 0 0.02 282.86 0.94 0.68
Hex CE 60 FA 12 3E 0 2 11B 5E 44
Octal 316 140 372 22 76 0 2 433 136 104
Binary 11001110 1100000 11111010 10010 111110 0 10 100011011 1011110 1000100

Color Harmonies of #CE60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE60FA

Black with #CE60FA

Text Example


Text Example

White with #CE60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE60FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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