#CF7DEB

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

Shades of Heliotrope #CF7DEB

Tints of Heliotrope #CF7DEB

Color information

#CF7DEB (or 0xCF7DEB) is unknown color: approx Heliotrope. HEX triplet: CF, 7D and EB. RGB value is (207,125,235). Sum of RGB (Red+Green+Blue) = 207+125+235=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF7DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7DEB is #308214. Grayscale: #A1A1A1. Windows color (decimal): -3179029 or 15433167. OLE color: 15433167.

HSL color Cylindrical-coordinate representation of color #CF7DEB: hue angle of 284.73º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF7DEB is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207125235-
CMYK0.120.4700.08
HSL284.73º73.33%70.59%-
HSV(B)284.73º46.81%92.16%-
XYZ48.0633.9382.61-
YUV162.06169.17160.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.51%
GREEN value IS 125 (49.22% from 255) = 22.05%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=36.51%
G=22.05%
B=41.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071252350.120.4700.08284.7373.3370.59
HexCF7DEBC2F0811d4947
Octal3171753531457010435111107
Binary1100111111111011110101111001011110100010001110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7DEB; }

 p { color: rgb(207,125,235); }

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

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

 a { background-color: rgb(207,125,235); }

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

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

 span { border-color: rgb(207,125,235); }

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