Html Css Color HEX #CE71EB Heliotrope

📋 copy color: '#CE71EB'

red 206 ◦ green 113 ◦ blue 235

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

Shades of Heliotrope #CE71EB

Tints of Heliotrope #CE71EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.42%

R = 37.18%
G = 20.4%
B = 42.42%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE71EB (or 0xCE71EB) is known color: Heliotrope. HEX triplet: CE, 71 and EB. RGB value is (206,113,235). Sum of RGB (Red+Green+Blue) = 206+113+235=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE71EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE71EB is #318E14. Grayscale: #9A9A9A. Windows color (decimal): -3247637 or 15430094. OLE color: 15430094.

HSL color Cylindrical-coordinate representation of color #CE71EB: hue angle of 285.74º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE71EB is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 113 235 -
CMYK 0.12 0.52 0 0.08
HSL 285.74º 0.75% 0.68% -
HSV(B) 285.74º 0.52% 0.92% -
XYZ 46.35 30.93 82.12 -
YUV 154.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 206 113 235 0.12 0.52 0 0.08 285.74 0.75 0.68
Hex CE 71 EB C 34 0 8 11E 4B 44
Octal 316 161 353 14 64 0 10 436 113 104
Binary 11001110 1110001 11101011 1100 110100 0 1000 100011110 1001011 1000100

Color Harmonies of #CE71EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71EB

Black with #CE71EB

Text Example


Text Example

White with #CE71EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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