Html Css Color HEX #CE71FD Heliotrope

📋 copy color: '#CE71FD'

red 206 ◦ green 113 ◦ blue 253

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

Shades of Heliotrope #CE71FD

Tints of Heliotrope #CE71FD

RGB

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

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

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

R = 36.01%
G = 19.76%
B = 44.23%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE71FD (or 0xCE71FD) is known color: Heliotrope. HEX triplet: CE, 71 and FD. RGB value is (206,113,253). Sum of RGB (Red+Green+Blue) = 206+113+253=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE71FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE71FD is #318E02. Grayscale: #9C9C9C. Windows color (decimal): -3247619 or 16609742. OLE color: 16609742.

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

Color convert

RGB 206 113 253 -
CMYK 0.19 0.55 0 0.01
HSL 279.86º 0.97% 0.72% -
HSV(B) 279.86º 0.55% 0.99% -
XYZ 49.09 32.02 96.52 -
YUV 156.77 182.31 163.12 -
System Red Green Blue C M Y K H S L
Decimal 206 113 253 0.19 0.55 0 0.01 279.86 0.97 0.72
Hex CE 71 FD 13 37 0 1 118 61 48
Octal 316 161 375 23 67 0 1 430 141 110
Binary 11001110 1110001 11111101 10011 110111 0 1 100011000 1100001 1001000

Color Harmonies of #CE71FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71FD

Black with #CE71FD

Text Example


Text Example

White with #CE71FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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