Html Css Color HEX #CE4FFA Heliotrope

📋 copy color: '#CE4FFA'

red 206 ◦ green 79 ◦ blue 250

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

Shades of Heliotrope #CE4FFA

Tints of Heliotrope #CE4FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.77%

 BLUE value IS 250 (98.05% from 255) = 46.73%

R = 38.5%
G = 14.77%
B = 46.73%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE4FFA (or 0xCE4FFA) is known color: Heliotrope. HEX triplet: CE, 4F and FA. RGB value is (206,79,250). Sum of RGB (Red+Green+Blue) = 206+79+250=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 79 (31.25% from 255 or 14.77% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE4FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4FFA is #31B005. Grayscale: #878787. Windows color (decimal): -3256326 or 16404430. OLE color: 16404430.

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

Color convert

RGB 206 79 250 -
CMYK 0.18 0.68 0 0.02
HSL 284.56º 0.94% 0.65% -
HSV(B) 284.56º 0.68% 0.98% -
XYZ 45.5 25.62 92.99 -
YUV 136.47 192.08 177.6 -
System Red Green Blue C M Y K H S L
Decimal 206 79 250 0.18 0.68 0 0.02 284.56 0.94 0.65
Hex CE 4F FA 12 44 0 2 11D 5E 41
Octal 316 117 372 22 104 0 2 435 136 101
Binary 11001110 1001111 11111010 10010 1000100 0 10 100011101 1011110 1000001

Color Harmonies of #CE4FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4FFA

Black with #CE4FFA

Text Example


Text Example

White with #CE4FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4FFA; }

 p { color: rgb(206,79,250); }

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

background-color css

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

 a { background-color: rgb(206,79,250); }

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

border-color css

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

 span { border-color: rgb(206,79,250); }

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