#CF75FD

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

Shades of Heliotrope #CF75FD

Tints of Heliotrope #CF75FD

Color information

#CF75FD (or 0xCF75FD) is unknown color: approx Heliotrope. HEX triplet: CF, 75 and FD. RGB value is (207,117,253). Sum of RGB (Red+Green+Blue) = 207+117+253=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 117 (46.09% from 255 or 20.28% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF75FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF75FD is #308A02. Grayscale: #9E9E9E. Windows color (decimal): -3181059 or 16610767. OLE color: 16610767.

HSL color Cylindrical-coordinate representation of color #CF75FD: hue angle of 279.71º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF75FD is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207117253-
CMYK0.180.5400.01
HSL279.71º97.14%72.55%-
HSV(B)279.71º53.75%99.22%-
XYZ49.8233.0896.69-
YUV159.41180.82161.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 117 (46.09% from 255) = 20.28%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=35.88%
G=20.28%
B=43.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071172530.180.5400.01279.7197.1472.55
HexCF75FD1236011186149
Octal317165375226601430141111
Binary11001111111010111111101100101101100110001100011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF75FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF75FD; }

 p { color: rgb(207,117,253); }

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

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

 a { background-color: rgb(207,117,253); }

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

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

 span { border-color: rgb(207,117,253); }

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