#CF7FFB

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

Shades of Heliotrope #CF7FFB

Tints of Heliotrope #CF7FFB

Color information

#CF7FFB (or 0xCF7FFB) is unknown color: approx Heliotrope. HEX triplet: CF, 7F and FB. RGB value is (207,127,251). Sum of RGB (Red+Green+Blue) = 207+127+251=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF7FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7FFB is #308004. Grayscale: #A4A4A4. Windows color (decimal): -3178501 or 16482255. OLE color: 16482255.

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

Color convert

RGB207127251-
CMYK0.180.4900.02
HSL278.71º93.94%74.12%-
HSV(B)278.71º49.4%98.43%-
XYZ50.7335.4195.43-
YUV165.06176.5157.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.38%
GREEN value IS 127 (50% from 255) = 21.71%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=35.38%
G=21.71%
B=42.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071272510.180.4900.02278.7193.9474.12
HexCF7FFB1231021175e4a
Octal317177373226102427136112
Binary110011111111111111110111001011000101010001011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7FFB; }

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

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

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

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

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

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

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

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