Html Css Color HEX #CE75F1 Heliotrope

📋 copy color: '#CE75F1'

red 206 ◦ green 117 ◦ blue 241

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

Shades of Heliotrope #CE75F1

Tints of Heliotrope #CE75F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.73%

R = 36.52%
G = 20.74%
B = 42.73%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE75F1 (or 0xCE75F1) is known color: Heliotrope. HEX triplet: CE, 75 and F1. RGB value is (206,117,241). Sum of RGB (Red+Green+Blue) = 206+117+241=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE75F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE75F1 is #318A0E. Grayscale: #9D9D9D. Windows color (decimal): -3246607 or 15824334. OLE color: 15824334.

HSL color Cylindrical-coordinate representation of color #CE75F1: hue angle of 283.06º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE75F1 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 117 241 -
CMYK 0.15 0.51 0 0.05
HSL 283.06º 0.82% 0.7% -
HSV(B) 283.06º 0.51% 0.95% -
XYZ 47.69 32.2 86.92 -
YUV 157.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 206 117 241 0.15 0.51 0 0.05 283.06 0.82 0.7
Hex CE 75 F1 F 33 0 5 11B 52 46
Octal 316 165 361 17 63 0 5 433 122 106
Binary 11001110 1110101 11110001 1111 110011 0 101 100011011 1010010 1000110

Color Harmonies of #CE75F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75F1

Black with #CE75F1

Text Example


Text Example

White with #CE75F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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