#CB7ACC

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

Shades of Orchid #CB7ACC

Tints of Orchid #CB7ACC

Color information

#CB7ACC (or 0xCB7ACC) is unknown color: approx Orchid. HEX triplet: CB, 7A and CC. RGB value is (203,122,204). Sum of RGB (Red+Green+Blue) = 203+122+204=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB7ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ACC is #348533. Grayscale: #9B9B9B. Windows color (decimal): -3441972 or 13400779. OLE color: 13400779.

HSL color Cylindrical-coordinate representation of color #CB7ACC: hue angle of 299.27º degrees, saturation: 0.45, 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 #CB7ACC is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203122204-
CMYK0.000.4000.2
HSL299.27º44.57%63.92%-
HSV(B)299.27º40.2%80%-
XYZ42.4930.9860.87-
YUV155.57155.34161.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 122 (48.05% from 255) = 23.06%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=38.37%
G=23.06%
B=38.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031222040.000.4000.2299.2744.5763.92
HexCB7ACC02801412b2d40
Octal31317231405002445355100
Binary1100101111110101100110001010000101001001010111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7ACC; }

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

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

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

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

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

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

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

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