#CF6AD8

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

Shades of Orchid #CF6AD8

Tints of Orchid #CF6AD8

Color information

#CF6AD8 (or 0xCF6AD8) is unknown color: approx Orchid. HEX triplet: CF, 6A and D8. RGB value is (207,106,216). Sum of RGB (Red+Green+Blue) = 207+106+216=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF6AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6AD8 is #309527. Grayscale: #949494. Windows color (decimal): -3183912 or 14183119. OLE color: 14183119.

HSL color Cylindrical-coordinate representation of color #CF6AD8: hue angle of 295.09º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6AD8 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207106216-
CMYK0.040.5100.15
HSL295.09º58.51%63.14%-
HSV(B)295.09º50.93%84.71%-
XYZ43.2828.5368.19-
YUV148.74165.96169.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 106 (41.80% from 255) = 20.04%
BLUE value IS 216 (84.77% from 255) = 40.83%
R=39.13%
G=20.04%
B=40.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071062160.040.5100.15295.0958.5163.14
HexCF6AD84330F1273b3f
Octal3171523304630174477377
Binary1100111111010101101100010011001101111100100111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6AD8; }

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

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

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

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

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

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

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

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