Html Css Color HEX #CE70EB Heliotrope

📋 copy color: '#CE70EB'

red 206 ◦ green 112 ◦ blue 235

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

Shades of Heliotrope #CE70EB

Tints of Heliotrope #CE70EB

RGB

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

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

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

R = 37.25%
G = 20.25%
B = 42.5%

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

#CE70EB (or 0xCE70EB) is known color: Heliotrope. HEX triplet: CE, 70 and EB. RGB value is (206,112,235). Sum of RGB (Red+Green+Blue) = 206+112+235=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE70EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE70EB is #318F14. Grayscale: #999999. Windows color (decimal): -3247893 or 15429838. OLE color: 15429838.

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

Color convert

RGB 206 112 235 -
CMYK 0.12 0.52 0 0.08
HSL 285.85º 0.75% 0.68% -
HSV(B) 285.85º 0.52% 0.92% -
XYZ 46.24 30.71 82.09 -
YUV 154.13 173.64 165 -
System Red Green Blue C M Y K H S L
Decimal 206 112 235 0.12 0.52 0 0.08 285.85 0.75 0.68
Hex CE 70 EB C 34 0 8 11E 4B 44
Octal 316 160 353 14 64 0 10 436 113 104
Binary 11001110 1110000 11101011 1100 110100 0 1000 100011110 1001011 1000100

Color Harmonies of #CE70EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE70EB

Black with #CE70EB

Text Example


Text Example

White with #CE70EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE70EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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