#CF75BD

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

Shades of Orchid #CF75BD

Tints of Orchid #CF75BD

Color information

#CF75BD (or 0xCF75BD) is unknown color: approx Orchid. HEX triplet: CF, 75 and BD. RGB value is (207,117,189). Sum of RGB (Red+Green+Blue) = 207+117+189=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75BD is #308A42. Grayscale: #979797. Windows color (decimal): -3181123 or 12416463. OLE color: 12416463.

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

Color convert

RGB207117189-
CMYK00.430.090.19
HSL312º48.39%63.53%-
HSV(B)312º43.48%81.18%-
XYZ41.2829.6651.69-
YUV152.12148.82167.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 117 (46.09% from 255) = 22.81%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=40.35%
G=22.81%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711718900.430.090.1931248.3963.53
HexCF75BD02B9131383040
Octal317165275053112347060100
Binary1100111111101011011110101010111001100111001110001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF75BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF75BD; }

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

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

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

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

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

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

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

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