Html Css Color HEX #CE75FA Heliotrope

📋 copy color: '#CE75FA'

red 206 ◦ green 117 ◦ blue 250

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

Shades of Heliotrope #CE75FA

Tints of Heliotrope #CE75FA

RGB

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

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

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

R = 35.95%
G = 20.42%
B = 43.63%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE75FA (or 0xCE75FA) is known color: Heliotrope. HEX triplet: CE, 75 and FA. RGB value is (206,117,250). Sum of RGB (Red+Green+Blue) = 206+117+250=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE75FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE75FA is #318A05. Grayscale: #9E9E9E. Windows color (decimal): -3246598 or 16414158. OLE color: 16414158.

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

Color convert

RGB 206 117 250 -
CMYK 0.18 0.53 0 0.02
HSL 280.15º 0.93% 0.72% -
HSV(B) 280.15º 0.53% 0.98% -
XYZ 49.07 32.75 94.18 -
YUV 158.77 179.49 161.69 -
System Red Green Blue C M Y K H S L
Decimal 206 117 250 0.18 0.53 0 0.02 280.15 0.93 0.72
Hex CE 75 FA 12 35 0 2 118 5D 48
Octal 316 165 372 22 65 0 2 430 135 110
Binary 11001110 1110101 11111010 10010 110101 0 10 100011000 1011101 1001000

Color Harmonies of #CE75FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75FA

Black with #CE75FA

Text Example


Text Example

White with #CE75FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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