#CF6BFF

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

Shades of Heliotrope #CF6BFF

Tints of Heliotrope #CF6BFF

Color information

#CF6BFF (or 0xCF6BFF) is unknown color: approx Heliotrope. HEX triplet: CF, 6B and FF. RGB value is (207,107,255). Sum of RGB (Red+Green+Blue) = 207+107+255=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 107 (42.19% from 255 or 18.80% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF6BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6BFF is #309400. Grayscale: #999999. Windows color (decimal): -3183617 or 16739279. OLE color: 16739279.

HSL color Cylindrical-coordinate representation of color #CF6BFF: hue angle of 280.54º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF6BFF is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB207107255-
CMYK0.190.5800
HSL280.54º100%70.98%-
HSV(B)280.54º58.04%100%-
XYZ49.043198.01-
YUV153.77185.13165.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.38%
GREEN value IS 107 (42.19% from 255) = 18.80%
BLUE value IS 255 (100% from 255) = 44.82%
R=36.38%
G=18.80%
B=44.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071072550.190.5800280.5410070.98
HexCF6BFF133A001196447
Octal317153377237200431144107
Binary11001111110101111111111100111110100010001100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6BFF; }

 p { color: rgb(207,107,255); }

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

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

 a { background-color: rgb(207,107,255); }

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

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

 span { border-color: rgb(207,107,255); }

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