#CF75BF

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

Shades of Orchid #CF75BF

Tints of Orchid #CF75BF

Color information

#CF75BF (or 0xCF75BF) is unknown color: approx Orchid. HEX triplet: CF, 75 and BF. RGB value is (207,117,191). Sum of RGB (Red+Green+Blue) = 207+117+191=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75BF is #308A40. Grayscale: #989898. Windows color (decimal): -3181121 or 12547535. OLE color: 12547535.

HSL color Cylindrical-coordinate representation of color #CF75BF: hue angle of 310.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF75BF is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207117191-
CMYK00.430.080.19
HSL310.67º48.39%63.53%-
HSV(B)310.67º43.48%81.18%-
XYZ41.529.7552.85-
YUV152.35149.82166.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.19%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 191 (75% from 255) = 37.09%
R=40.19%
G=22.72%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711719100.430.080.19310.6748.3963.53
HexCF75BF02B8131373040
Octal317165277053102346760100
Binary1100111111101011011111101010111000100111001101111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF75BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF75BF; }

 p { color: rgb(207,117,191); }

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

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

 a { background-color: rgb(207,117,191); }

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

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

 span { border-color: rgb(207,117,191); }

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