Html Css Color HEX #CE71FC Heliotrope

📋 copy color: '#CE71FC'

red 206 ◦ green 113 ◦ blue 252

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

Shades of Heliotrope #CE71FC

Tints of Heliotrope #CE71FC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.79%

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

R = 36.08%
G = 19.79%
B = 44.13%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE71FC (or 0xCE71FC) is known color: Heliotrope. HEX triplet: CE, 71 and FC. RGB value is (206,113,252). Sum of RGB (Red+Green+Blue) = 206+113+252=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE71FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE71FC is #318E03. Grayscale: #9C9C9C. Windows color (decimal): -3247620 or 16544206. OLE color: 16544206.

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

Color convert

RGB 206 113 252 -
CMYK 0.18 0.55 0 0.01
HSL 280.14º 0.96% 0.72% -
HSV(B) 280.14º 0.55% 0.99% -
XYZ 48.93 31.96 95.69 -
YUV 156.65 181.81 163.2 -
System Red Green Blue C M Y K H S L
Decimal 206 113 252 0.18 0.55 0 0.01 280.14 0.96 0.72
Hex CE 71 FC 12 37 0 1 118 60 48
Octal 316 161 374 22 67 0 1 430 140 110
Binary 11001110 1110001 11111100 10010 110111 0 1 100011000 1100000 1001000

Color Harmonies of #CE71FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71FC

Black with #CE71FC

Text Example


Text Example

White with #CE71FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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