Html Css Color HEX #CE71EA Heliotrope

📋 copy color: '#CE71EA'

red 206 ◦ green 113 ◦ blue 234

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

Shades of Heliotrope #CE71EA

Tints of Heliotrope #CE71EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 37.25%
G = 20.43%
B = 42.31%

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

#CE71EA (or 0xCE71EA) is known color: Heliotrope. HEX triplet: CE, 71 and EA. RGB value is (206,113,234). Sum of RGB (Red+Green+Blue) = 206+113+234=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE71EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE71EA is #318E15. Grayscale: #9A9A9A. Windows color (decimal): -3247638 or 15364558. OLE color: 15364558.

HSL color Cylindrical-coordinate representation of color #CE71EA: hue angle of 286.12º degrees, saturation: 0.74, 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 #CE71EA is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 113 234 -
CMYK 0.12 0.52 0 0.08
HSL 286.12º 0.74% 0.68% -
HSV(B) 286.12º 0.52% 0.92% -
XYZ 46.21 30.87 81.37 -
YUV 154.6 172.81 164.66 -
System Red Green Blue C M Y K H S L
Decimal 206 113 234 0.12 0.52 0 0.08 286.12 0.74 0.68
Hex CE 71 EA C 34 0 8 11E 4A 44
Octal 316 161 352 14 64 0 10 436 112 104
Binary 11001110 1110001 11101010 1100 110100 0 1000 100011110 1001010 1000100

Color Harmonies of #CE71EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71EA

Black with #CE71EA

Text Example


Text Example

White with #CE71EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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