#CF7ACB

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

Shades of Orchid #CF7ACB

Tints of Orchid #CF7ACB

Color information

#CF7ACB (or 0xCF7ACB) is unknown color: approx Orchid. HEX triplet: CF, 7A and CB. RGB value is (207,122,203). Sum of RGB (Red+Green+Blue) = 207+122+203=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ACB is #308534. Grayscale: #9C9C9C. Windows color (decimal): -3179829 or 13335247. OLE color: 13335247.

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

Color convert

RGB207122203-
CMYK00.410.020.19
HSL302.82º46.96%64.51%-
HSV(B)302.82º41.06%81.18%-
XYZ43.4731.560.29-
YUV156.65154.16163.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 122 (48.05% from 255) = 22.93%
BLUE value IS 203 (79.69% from 255) = 38.16%
R=38.91%
G=22.93%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712220300.410.020.19302.8246.9664.51
HexCF7ACB02921312f2f41
Octal31717231305122345757101
Binary11001111111101011001011010100110100111001011111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7ACB; }

 p { color: rgb(207,122,203); }

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

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

 a { background-color: rgb(207,122,203); }

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

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

 span { border-color: rgb(207,122,203); }

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