#CF7BEC

Color #CF7BEC Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CF7BEC

Tints of Heliotrope #CF7BEC

Color information

#CF7BEC (or 0xCF7BEC) is unknown color: approx Heliotrope. HEX triplet: CF, 7B and EC. RGB value is (207,123,236). Sum of RGB (Red+Green+Blue) = 207+123+236=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF7BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7BEC is #308413. Grayscale: #A0A0A0. Windows color (decimal): -3179540 or 15498191. OLE color: 15498191.

HSL color Cylindrical-coordinate representation of color #CF7BEC: hue angle of 284.6º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF7BEC is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207123236-
CMYK0.120.4800.07
HSL284.6º74.83%70.39%-
HSV(B)284.6º47.88%92.55%-
XYZ47.9633.4983.29-
YUV161170.33160.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.57%
GREEN value IS 123 (48.44% from 255) = 21.73%
BLUE value IS 236 (92.58% from 255) = 41.70%
R=36.57%
G=21.73%
B=41.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071232360.120.4800.07284.674.8370.39
HexCF7BECC300711d4b46
Octal317173354146007435113106
Binary110011111111011111011001100110000011110001110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7BEC; }

 p { color: rgb(207,123,236); }

 H1.HeaderClassName
 {
   color: #CF7BEC;
 }
 .AnyTagClassName
 {
   color: #CF7BEC;
 }
</style>
background-color css

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

 a { background-color: rgb(207,123,236); }

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

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

 span { border-color: rgb(207,123,236); }

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