Html Css Color HEX #CE70EE Heliotrope

📋 copy color: '#CE70EE'

red 206 ◦ green 112 ◦ blue 238

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

Shades of Heliotrope #CE70EE

Tints of Heliotrope #CE70EE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.14%

 BLUE value IS 238 (93.36% from 255) = 42.81%

R = 37.05%
G = 20.14%
B = 42.81%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE70EE (or 0xCE70EE) is known color: Heliotrope. HEX triplet: CE, 70 and EE. RGB value is (206,112,238). Sum of RGB (Red+Green+Blue) = 206+112+238=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE70EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE70EE is #318F11. Grayscale: #9A9A9A. Windows color (decimal): -3247890 or 15626446. OLE color: 15626446.

HSL color Cylindrical-coordinate representation of color #CE70EE: hue angle of 284.76º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE70EE is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 112 238 -
CMYK 0.13 0.53 0 0.07
HSL 284.76º 0.79% 0.69% -
HSV(B) 284.76º 0.53% 0.93% -
XYZ 46.68 30.88 84.39 -
YUV 154.47 175.14 164.75 -
System Red Green Blue C M Y K H S L
Decimal 206 112 238 0.13 0.53 0 0.07 284.76 0.79 0.69
Hex CE 70 EE D 35 0 7 11D 4F 45
Octal 316 160 356 15 65 0 7 435 117 105
Binary 11001110 1110000 11101110 1101 110101 0 111 100011101 1001111 1000101

Color Harmonies of #CE70EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE70EE

Black with #CE70EE

Text Example


Text Example

White with #CE70EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE70EE; }

 p { color: rgb(206,112,238); }

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

background-color css

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

 a { background-color: rgb(206,112,238); }

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

border-color css

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

 span { border-color: rgb(206,112,238); }

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