Html Css Color HEX #CE74FC Heliotrope

📋 copy color: '#CE74FC'

red 206 ◦ green 116 ◦ blue 252

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

Shades of Heliotrope #CE74FC

Tints of Heliotrope #CE74FC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.21%

 BLUE value IS 252 (98.83% from 255) = 43.9%

R = 35.89%
G = 20.21%
B = 43.9%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE74FC (or 0xCE74FC) is known color: Heliotrope. HEX triplet: CE, 74 and FC. RGB value is (206,116,252). Sum of RGB (Red+Green+Blue) = 206+116+252=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE74FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE74FC is #318B03. Grayscale: #9D9D9D. Windows color (decimal): -3246852 or 16544974. OLE color: 16544974.

HSL color Cylindrical-coordinate representation of color #CE74FC: hue angle of 279.71º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE74FC is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 116 252 -
CMYK 0.18 0.54 0 0.01
HSL 279.71º 0.96% 0.72% -
HSV(B) 279.71º 0.54% 0.99% -
XYZ 49.27 32.64 95.8 -
YUV 158.41 180.82 161.94 -
System Red Green Blue C M Y K H S L
Decimal 206 116 252 0.18 0.54 0 0.01 279.71 0.96 0.72
Hex CE 74 FC 12 36 0 1 118 60 48
Octal 316 164 374 22 66 0 1 430 140 110
Binary 11001110 1110100 11111100 10010 110110 0 1 100011000 1100000 1001000

Color Harmonies of #CE74FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE74FC

Black with #CE74FC

Text Example


Text Example

White with #CE74FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE74FC; }

 p { color: rgb(206,116,252); }

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

background-color css

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

 a { background-color: rgb(206,116,252); }

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

border-color css

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

 span { border-color: rgb(206,116,252); }

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