Html Css Color HEX #CE74FD Heliotrope

📋 copy color: '#CE74FD'

red 206 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #CE74FD

Tints of Heliotrope #CE74FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44%

R = 35.83%
G = 20.17%
B = 44%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE74FD (or 0xCE74FD) is known color: Heliotrope. HEX triplet: CE, 74 and FD. RGB value is (206,116,253). Sum of RGB (Red+Green+Blue) = 206+116+253=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE74FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE74FD is #318B02. Grayscale: #9E9E9E. Windows color (decimal): -3246851 or 16610510. OLE color: 16610510.

HSL color Cylindrical-coordinate representation of color #CE74FD: hue angle of 279.42º degrees, saturation: 0.97, 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 #CE74FD is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 116 253 -
CMYK 0.19 0.54 0 0.01
HSL 279.42º 0.97% 0.72% -
HSV(B) 279.42º 0.54% 0.99% -
XYZ 49.43 32.7 96.64 -
YUV 158.53 181.32 161.86 -
System Red Green Blue C M Y K H S L
Decimal 206 116 253 0.19 0.54 0 0.01 279.42 0.97 0.72
Hex CE 74 FD 13 36 0 1 117 61 48
Octal 316 164 375 23 66 0 1 427 141 110
Binary 11001110 1110100 11111101 10011 110110 0 1 100010111 1100001 1001000

Color Harmonies of #CE74FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE74FD

Black with #CE74FD

Text Example


Text Example

White with #CE74FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE74FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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