#CF7DFB

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

Shades of Heliotrope #CF7DFB

Tints of Heliotrope #CF7DFB

Color information

#CF7DFB (or 0xCF7DFB) is unknown color: approx Heliotrope. HEX triplet: CF, 7D and FB. RGB value is (207,125,251). Sum of RGB (Red+Green+Blue) = 207+125+251=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF7DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7DFB is #308204. Grayscale: #A3A3A3. Windows color (decimal): -3179013 or 16481743. OLE color: 16481743.

HSL color Cylindrical-coordinate representation of color #CF7DFB: hue angle of 279.05º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF7DFB is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207125251-
CMYK0.180.5000.02
HSL279.05º94.03%73.73%-
HSV(B)279.05º50.2%98.43%-
XYZ50.4834.995.34-
YUV163.88177.17158.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.51%
GREEN value IS 125 (49.22% from 255) = 21.44%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=35.51%
G=21.44%
B=43.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071252510.180.5000.02279.0594.0373.73
HexCF7DFB1232021175e4a
Octal317175373226202427136112
Binary110011111111101111110111001011001001010001011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7DFB; }

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

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

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

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

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

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

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

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