#CF75BE

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

Shades of Orchid #CF75BE

Tints of Orchid #CF75BE

Color information

#CF75BE (or 0xCF75BE) is unknown color: approx Orchid. HEX triplet: CF, 75 and BE. RGB value is (207,117,190). Sum of RGB (Red+Green+Blue) = 207+117+190=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75BE is #308A41. Grayscale: #989898. Windows color (decimal): -3181122 or 12481999. OLE color: 12481999.

HSL color Cylindrical-coordinate representation of color #CF75BE: hue angle of 311.33º 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 #CF75BE is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207117190-
CMYK00.430.080.19
HSL311.33º48.39%63.53%-
HSV(B)311.33º43.48%81.18%-
XYZ41.3929.7152.27-
YUV152.23149.32167.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 117 (46.09% from 255) = 22.76%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=40.27%
G=22.76%
B=36.96%

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
Decimal20711719000.430.080.19311.3348.3963.53
HexCF75BE02B8131373040
Octal317165276053102346760100
Binary1100111111101011011111001010111000100111001101111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF75BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF75BE; }

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

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

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

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

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

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

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

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