#CF7BEB

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

Shades of Heliotrope #CF7BEB

Tints of Heliotrope #CF7BEB

Color information

#CF7BEB (or 0xCF7BEB) is unknown color: approx Heliotrope. HEX triplet: CF, 7B and EB. RGB value is (207,123,235). Sum of RGB (Red+Green+Blue) = 207+123+235=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF7BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7BEB is #308414. Grayscale: #A0A0A0. Windows color (decimal): -3179541 or 15432655. OLE color: 15432655.

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

Color convert

RGB207123235-
CMYK0.120.4800.08
HSL285º73.68%70.2%-
HSV(B)285º47.66%92.16%-
XYZ47.8133.4382.53-
YUV160.88169.83160.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 123 (48.44% from 255) = 21.77%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=36.64%
G=21.77%
B=41.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071232350.120.4800.0828573.6870.2
HexCF7BEBC300811d4a46
Octal3171733531460010435112106
Binary1100111111110111110101111001100000100010001110110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7BEB; }

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

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

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

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

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

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

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

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