Html Css Color HEX #CE70FF Heliotrope

📋 copy color: '#CE70FF'

red 206 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #CE70FF

Tints of Heliotrope #CE70FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.5%

R = 35.95%
G = 19.55%
B = 44.5%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE70FF (or 0xCE70FF) is known color: Heliotrope. HEX triplet: CE, 70 and FF. RGB value is (206,112,255). Sum of RGB (Red+Green+Blue) = 206+112+255=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE70FF is #318F00. Grayscale: #9B9B9B. Windows color (decimal): -3247873 or 16740558. OLE color: 16740558.

HSL color Cylindrical-coordinate representation of color #CE70FF: hue angle of 279.44º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE70FF is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 112 255 -
CMYK 0.19 0.56 0 0
HSL 279.44º 1% 0.72% -
HSV(B) 279.44º 0.56% 1% -
XYZ 49.3 31.93 98.17 -
YUV 156.41 183.64 163.37 -
System Red Green Blue C M Y K H S L
Decimal 206 112 255 0.19 0.56 0 0 279.44 1 0.72
Hex CE 70 FF 13 38 0 0 117 64 48
Octal 316 160 377 23 70 0 0 427 144 110
Binary 11001110 1110000 11111111 10011 111000 0 0 100010111 1100100 1001000

Color Harmonies of #CE70FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE70FF

Black with #CE70FF

Text Example


Text Example

White with #CE70FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE70FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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