Html Css Color HEX #CE4AFA Heliotrope

📋 copy color: '#CE4AFA'

red 206 ◦ green 74 ◦ blue 250

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

Shades of Heliotrope #CE4AFA

Tints of Heliotrope #CE4AFA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.96%

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

R = 38.87%
G = 13.96%
B = 47.17%

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

#CE4AFA (or 0xCE4AFA) is known color: Heliotrope. HEX triplet: CE, 4A and FA. RGB value is (206,74,250). Sum of RGB (Red+Green+Blue) = 206+74+250=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 74 (29.30% from 255 or 13.96% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE4AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4AFA is #31B505. Grayscale: #848484. Windows color (decimal): -3257606 or 16403150. OLE color: 16403150.

HSL color Cylindrical-coordinate representation of color #CE4AFA: hue angle of 285º 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 #CE4AFA is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 74 250 -
CMYK 0.18 0.70 0 0.02
HSL 285º 0.95% 0.64% -
HSV(B) 285º 0.7% 0.98% -
XYZ 45.16 24.92 92.87 -
YUV 133.53 193.73 179.69 -
System Red Green Blue C M Y K H S L
Decimal 206 74 250 0.18 0.70 0 0.02 285 0.95 0.64
Hex CE 4A FA 12 46 0 2 11D 5F 40
Octal 316 112 372 22 106 0 2 435 137 100
Binary 11001110 1001010 11111010 10010 1000110 0 10 100011101 1011111 1000000

Color Harmonies of #CE4AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4AFA

Black with #CE4AFA

Text Example


Text Example

White with #CE4AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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