Html Css Color HEX #CE75FF Heliotrope

📋 copy color: '#CE75FF'

red 206 ◦ green 117 ◦ blue 255

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

Shades of Heliotrope #CE75FF

Tints of Heliotrope #CE75FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.24%

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

R = 35.64%
G = 20.24%
B = 44.12%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE75FF (or 0xCE75FF) is known color: Heliotrope. HEX triplet: CE, 75 and FF. RGB value is (206,117,255). Sum of RGB (Red+Green+Blue) = 206+117+255=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 117 (46.09% from 255 or 20.24% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE75FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE75FF is #318A00. Grayscale: #9E9E9E. Windows color (decimal): -3246593 or 16741838. OLE color: 16741838.

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

Color convert

RGB 206 117 255 -
CMYK 0.19 0.54 0 0
HSL 278.7º 1% 0.73% -
HSV(B) 278.7º 0.54% 1% -
XYZ 49.86 33.06 98.36 -
YUV 159.34 181.99 161.28 -
System Red Green Blue C M Y K H S L
Decimal 206 117 255 0.19 0.54 0 0 278.7 1 0.73
Hex CE 75 FF 13 36 0 0 117 64 49
Octal 316 165 377 23 66 0 0 427 144 111
Binary 11001110 1110101 11111111 10011 110110 0 0 100010111 1100100 1001001

Color Harmonies of #CE75FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75FF

Black with #CE75FF

Text Example


Text Example

White with #CE75FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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