Html Css Color HEX #CE70FB Heliotrope

📋 copy color: '#CE70FB'

red 206 ◦ green 112 ◦ blue 251

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

Shades of Heliotrope #CE70FB

Tints of Heliotrope #CE70FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.11%

R = 36.2%
G = 19.68%
B = 44.11%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE70FB (or 0xCE70FB) is known color: Heliotrope. HEX triplet: CE, 70 and FB. RGB value is (206,112,251). Sum of RGB (Red+Green+Blue) = 206+112+251=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 112 (44.14% from 255 or 19.68% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE70FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE70FB is #318F04. Grayscale: #9B9B9B. Windows color (decimal): -3247877 or 16478414. OLE color: 16478414.

HSL color Cylindrical-coordinate representation of color #CE70FB: hue angle of 280.58º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE70FB is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 112 251 -
CMYK 0.18 0.55 0 0.02
HSL 280.58º 0.95% 0.71% -
HSV(B) 280.58º 0.55% 0.98% -
XYZ 48.66 31.68 94.82 -
YUV 155.95 181.64 163.7 -
System Red Green Blue C M Y K H S L
Decimal 206 112 251 0.18 0.55 0 0.02 280.58 0.95 0.71
Hex CE 70 FB 12 37 0 2 119 5F 47
Octal 316 160 373 22 67 0 2 431 137 107
Binary 11001110 1110000 11111011 10010 110111 0 10 100011001 1011111 1000111

Color Harmonies of #CE70FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE70FB

Black with #CE70FB

Text Example


Text Example

White with #CE70FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE70FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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