Html Css Color HEX #CE5FF5 Heliotrope

📋 copy color: '#CE5FF5'

red 206 ◦ green 95 ◦ blue 245

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

Shades of Heliotrope #CE5FF5

Tints of Heliotrope #CE5FF5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.4%

 BLUE value IS 245 (96.09% from 255) = 44.87%

R = 37.73%
G = 17.4%
B = 44.87%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE5FF5 (or 0xCE5FF5) is known color: Heliotrope. HEX triplet: CE, 5F and F5. RGB value is (206,95,245). Sum of RGB (Red+Green+Blue) = 206+95+245=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 245 (96.09% from 255 or 44.87% from 546); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE5FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5FF5 is #31A00A. Grayscale: #909090. Windows color (decimal): -3252235 or 16080846. OLE color: 16080846.

HSL color Cylindrical-coordinate representation of color #CE5FF5: hue angle of 284.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5FF5 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 95 245 -
CMYK 0.16 0.61 0 0.04
HSL 284.4º 0.88% 0.67% -
HSV(B) 284.4º 0.61% 0.96% -
XYZ 46.03 27.9 89.35 -
YUV 145.29 184.27 171.3 -
System Red Green Blue C M Y K H S L
Decimal 206 95 245 0.16 0.61 0 0.04 284.4 0.88 0.67
Hex CE 5F F5 10 3D 0 4 11C 58 43
Octal 316 137 365 20 75 0 4 434 130 103
Binary 11001110 1011111 11110101 10000 111101 0 100 100011100 1011000 1000011

Color Harmonies of #CE5FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5FF5

Black with #CE5FF5

Text Example


Text Example

White with #CE5FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5FF5; }

 p { color: rgb(206,95,245); }

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

background-color css

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

 a { background-color: rgb(206,95,245); }

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

border-color css

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

 span { border-color: rgb(206,95,245); }

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