#CB7AC7

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

Shades of Orchid #CB7AC7

Tints of Orchid #CB7AC7

Color information

#CB7AC7 (or 0xCB7AC7) is unknown color: approx Orchid. HEX triplet: CB, 7A and C7. RGB value is (203,122,199). Sum of RGB (Red+Green+Blue) = 203+122+199=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7AC7 is #348538. Grayscale: #9A9A9A. Windows color (decimal): -3441977 or 13073099. OLE color: 13073099.

HSL color Cylindrical-coordinate representation of color #CB7AC7: hue angle of 302.96º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7AC7 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB203122199-
CMYK00.400.020.20
HSL302.96º43.78%63.73%-
HSV(B)302.96º39.9%79.61%-
XYZ41.930.7457.76-
YUV155152.84162.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 122 (48.05% from 255) = 23.28%
BLUE value IS 199 (78.12% from 255) = 37.98%
R=38.74%
G=23.28%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312219900.400.020.20302.9643.7863.73
HexCB7AC702821412f2c40
Octal31317230705022445754100
Binary11001011111101011000111010100010101001001011111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7AC7; }

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

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

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

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

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

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

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

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