#CB7AD7

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

Shades of Orchid #CB7AD7

Tints of Orchid #CB7AD7

Color information

#CB7AD7 (or 0xCB7AD7) is unknown color: approx Orchid. HEX triplet: CB, 7A and D7. RGB value is (203,122,215). Sum of RGB (Red+Green+Blue) = 203+122+215=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB7AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7AD7 is #348528. Grayscale: #9C9C9C. Windows color (decimal): -3441961 or 14121675. OLE color: 14121675.

HSL color Cylindrical-coordinate representation of color #CB7AD7: hue angle of 292.26º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7AD7 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203122215-
CMYK0.060.4300.16
HSL292.26º53.76%66.08%-
HSV(B)292.26º43.26%84.31%-
XYZ43.8531.5268.06-
YUV156.82160.84160.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.59%
GREEN value IS 122 (48.05% from 255) = 22.59%
BLUE value IS 215 (84.38% from 255) = 39.81%
R=37.59%
G=22.59%
B=39.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031222150.060.4300.16292.2653.7666.08
HexCB7AD762B0101243642
Octal31317232765302044466102
Binary110010111111010110101111101010110100001001001001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7AD7; }

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

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

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

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

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

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

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

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