Html Css Color HEX #CE64FB Heliotrope

📋 copy color: '#CE64FB'

red 206 ◦ green 100 ◦ blue 251

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

Shades of Heliotrope #CE64FB

Tints of Heliotrope #CE64FB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.95%

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

R = 36.98%
G = 17.95%
B = 45.06%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE64FB (or 0xCE64FB) is known color: Heliotrope. HEX triplet: CE, 64 and FB. RGB value is (206,100,251). Sum of RGB (Red+Green+Blue) = 206+100+251=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 100 (39.45% from 255 or 17.95% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE64FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE64FB is #319B04. Grayscale: #949494. Windows color (decimal): -3250949 or 16475342. OLE color: 16475342.

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

Color convert

RGB 206 100 251 -
CMYK 0.18 0.60 0 0.02
HSL 282.12º 0.95% 0.69% -
HSV(B) 282.12º 0.6% 0.98% -
XYZ 47.42 29.2 94.4 -
YUV 148.91 185.62 168.72 -
System Red Green Blue C M Y K H S L
Decimal 206 100 251 0.18 0.60 0 0.02 282.12 0.95 0.69
Hex CE 64 FB 12 3C 0 2 11A 5F 45
Octal 316 144 373 22 74 0 2 432 137 105
Binary 11001110 1100100 11111011 10010 111100 0 10 100011010 1011111 1000101

Color Harmonies of #CE64FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64FB

Black with #CE64FB

Text Example


Text Example

White with #CE64FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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