#CF6DBA

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

Shades of Orchid #CF6DBA

Tints of Orchid #CF6DBA

Color information

#CF6DBA (or 0xCF6DBA) is unknown color: approx Orchid. HEX triplet: CF, 6D and BA. RGB value is (207,109,186). Sum of RGB (Red+Green+Blue) = 207+109+186=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DBA is #309245. Grayscale: #929292. Windows color (decimal): -3183174 or 12217807. OLE color: 12217807.

HSL color Cylindrical-coordinate representation of color #CF6DBA: hue angle of 312.86º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6DBA is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207109186-
CMYK00.470.100.19
HSL312.86º50.52%61.96%-
HSV(B)312.86º47.34%81.18%-
XYZ40.0627.7549.7-
YUV147.08149.97170.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.24%
GREEN value IS 109 (42.97% from 255) = 21.71%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=41.24%
G=21.71%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710918600.470.100.19312.8650.5261.96
HexCF6DBA02FA13139333e
Octal31715527205712234716376
Binary110011111101101101110100101111101010011100111001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6DBA; }

 p { color: rgb(207,109,186); }

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

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

 a { background-color: rgb(207,109,186); }

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

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

 span { border-color: rgb(207,109,186); }

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