Html Css Color HEX #CE4AFD Heliotrope

📋 copy color: '#CE4AFD'

red 206 ◦ green 74 ◦ blue 253

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

Shades of Heliotrope #CE4AFD

Tints of Heliotrope #CE4AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.47%

R = 38.65%
G = 13.88%
B = 47.47%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE4AFD (or 0xCE4AFD) is known color: Heliotrope. HEX triplet: CE, 4A and FD. RGB value is (206,74,253). Sum of RGB (Red+Green+Blue) = 206+74+253=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 74 (29.30% from 255 or 13.88% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE4AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4AFD is #31B502. Grayscale: #858585. Windows color (decimal): -3257603 or 16599758. OLE color: 16599758.

HSL color Cylindrical-coordinate representation of color #CE4AFD: hue angle of 284.25º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE4AFD is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 74 253 -
CMYK 0.19 0.71 0 0.01
HSL 284.25º 0.98% 0.64% -
HSV(B) 284.25º 0.71% 0.99% -
XYZ 45.63 25.11 95.37 -
YUV 133.87 195.23 179.45 -
System Red Green Blue C M Y K H S L
Decimal 206 74 253 0.19 0.71 0 0.01 284.25 0.98 0.64
Hex CE 4A FD 13 47 0 1 11C 62 40
Octal 316 112 375 23 107 0 1 434 142 100
Binary 11001110 1001010 11111101 10011 1000111 0 1 100011100 1100010 1000000

Color Harmonies of #CE4AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4AFD

Black with #CE4AFD

Text Example


Text Example

White with #CE4AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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