#CF8BFD

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

Shades of Heliotrope #CF8BFD

Tints of Heliotrope #CF8BFD

Color information

#CF8BFD (or 0xCF8BFD) is unknown color: approx Heliotrope. HEX triplet: CF, 8B and FD. RGB value is (207,139,253). Sum of RGB (Red+Green+Blue) = 207+139+253=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 139 (54.69% from 255 or 23.21% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8BFD is #307402. Grayscale: #ABABAB. Windows color (decimal): -3175427 or 16616399. OLE color: 16616399.

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

Color convert

RGB207139253-
CMYK0.180.4500.01
HSL275.79º96.61%76.86%-
HSV(B)275.79º45.06%99.22%-
XYZ52.6938.8297.64-
YUV172.33173.53152.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 139 (54.69% from 255) = 23.21%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=34.56%
G=23.21%
B=42.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071392530.180.4500.01275.7996.6176.86
HexCF8BFD122D01114614d
Octal317213375225501424141115
Binary110011111000101111111101100101011010110001010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8BFD; }

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

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

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

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

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

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

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

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