#CF6AE7

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

Shades of Orchid #CF6AE7

Tints of Orchid #CF6AE7

Color information

#CF6AE7 (or 0xCF6AE7) is unknown color: approx Orchid. HEX triplet: CF, 6A and E7. RGB value is (207,106,231). Sum of RGB (Red+Green+Blue) = 207+106+231=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF6AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6AE7 is #309518. Grayscale: #969696. Windows color (decimal): -3183897 or 15166159. OLE color: 15166159.

HSL color Cylindrical-coordinate representation of color #CF6AE7: hue angle of 288.48º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF6AE7 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207106231-
CMYK0.100.5400.09
HSL288.48º72.25%66.08%-
HSV(B)288.48º54.11%90.59%-
XYZ45.3129.3478.88-
YUV150.45173.46168.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 106 (41.80% from 255) = 19.49%
BLUE value IS 231 (90.62% from 255) = 42.46%
R=38.05%
G=19.49%
B=42.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071062310.100.5400.09288.4872.2566.08
HexCF6AE7A36091204842
Octal3171523471266011440110102
Binary1100111111010101110011110101101100100110010000010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6AE7; }

 p { color: rgb(207,106,231); }

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

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

 a { background-color: rgb(207,106,231); }

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

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

 span { border-color: rgb(207,106,231); }

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