#CF87FD

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

Shades of Heliotrope #CF87FD

Tints of Heliotrope #CF87FD

Color information

#CF87FD (or 0xCF87FD) is unknown color: approx Heliotrope. HEX triplet: CF, 87 and FD. RGB value is (207,135,253). Sum of RGB (Red+Green+Blue) = 207+135+253=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 135 (53.12% from 255 or 22.69% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF87FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF87FD is #307802. Grayscale: #A9A9A9. Windows color (decimal): -3176451 or 16615375. OLE color: 16615375.

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

Color convert

RGB207135253-
CMYK0.180.4700.01
HSL276.61º96.72%76.08%-
HSV(B)276.61º46.64%99.22%-
XYZ52.1337.6997.46-
YUV169.98174.85154.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 135 (53.12% from 255) = 22.69%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=34.79%
G=22.69%
B=42.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071352530.180.4700.01276.6196.7276.08
HexCF87FD122F01115614c
Octal317207375225701425141114
Binary110011111000011111111101100101011110110001010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF87FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF87FD; }

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

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

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

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

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

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

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

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