Html Css Color HEX #CE61FA Heliotrope

📋 copy color: '#CE61FA'

red 206 ◦ green 97 ◦ blue 250

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

Shades of Heliotrope #CE61FA

Tints of Heliotrope #CE61FA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.54%

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

R = 37.25%
G = 17.54%
B = 45.21%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE61FA (or 0xCE61FA) is known color: Heliotrope. HEX triplet: CE, 61 and FA. RGB value is (206,97,250). Sum of RGB (Red+Green+Blue) = 206+97+250=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 97 (38.28% from 255 or 17.54% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE61FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE61FA is #319E05. Grayscale: #929292. Windows color (decimal): -3251718 or 16409038. OLE color: 16409038.

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

Color convert

RGB 206 97 250 -
CMYK 0.18 0.61 0 0.02
HSL 282.75º 0.94% 0.68% -
HSV(B) 282.75º 0.61% 0.98% -
XYZ 46.98 28.57 93.48 -
YUV 147.03 186.11 170.06 -
System Red Green Blue C M Y K H S L
Decimal 206 97 250 0.18 0.61 0 0.02 282.75 0.94 0.68
Hex CE 61 FA 12 3D 0 2 11B 5E 44
Octal 316 141 372 22 75 0 2 433 136 104
Binary 11001110 1100001 11111010 10010 111101 0 10 100011011 1011110 1000100

Color Harmonies of #CE61FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE61FA

Black with #CE61FA

Text Example


Text Example

White with #CE61FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE61FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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