Html Css Color HEX #CE4CFA Heliotrope

📋 copy color: '#CE4CFA'

red 206 ◦ green 76 ◦ blue 250

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

Shades of Heliotrope #CE4CFA

Tints of Heliotrope #CE4CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.29%

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

R = 38.72%
G = 14.29%
B = 46.99%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE4CFA (or 0xCE4CFA) is known color: Heliotrope. HEX triplet: CE, 4C and FA. RGB value is (206,76,250). Sum of RGB (Red+Green+Blue) = 206+76+250=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 76 (30.08% from 255 or 14.29% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE4CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4CFA is #31B305. Grayscale: #868686. Windows color (decimal): -3257094 or 16403662. OLE color: 16403662.

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

Color convert

RGB 206 76 250 -
CMYK 0.18 0.70 0 0.02
HSL 284.83º 0.95% 0.64% -
HSV(B) 284.83º 0.7% 0.98% -
XYZ 45.29 25.19 92.92 -
YUV 134.71 193.07 178.85 -
System Red Green Blue C M Y K H S L
Decimal 206 76 250 0.18 0.70 0 0.02 284.83 0.95 0.64
Hex CE 4C FA 12 46 0 2 11D 5F 40
Octal 316 114 372 22 106 0 2 435 137 100
Binary 11001110 1001100 11111010 10010 1000110 0 10 100011101 1011111 1000000

Color Harmonies of #CE4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4CFA

Black with #CE4CFA

Text Example


Text Example

White with #CE4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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