#CB7ACD

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

Shades of Orchid #CB7ACD

Tints of Orchid #CB7ACD

Color information

#CB7ACD (or 0xCB7ACD) is unknown color: approx Orchid. HEX triplet: CB, 7A and CD. RGB value is (203,122,205). Sum of RGB (Red+Green+Blue) = 203+122+205=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB7ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ACD is #348532. Grayscale: #9B9B9B. Windows color (decimal): -3441971 or 13466315. OLE color: 13466315.

HSL color Cylindrical-coordinate representation of color #CB7ACD: hue angle of 298.55º 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 #CB7ACD is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203122205-
CMYK0.010.4000.20
HSL298.55º45.36%64.12%-
HSV(B)298.55º40.49%80.39%-
XYZ42.6131.0261.5-
YUV155.68155.84161.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 122 (48.05% from 255) = 23.02%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=38.30%
G=23.02%
B=38.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031222050.010.4000.20298.5545.3664.12
HexCB7ACD12801412b2d40
Octal31317231515002445355100
Binary1100101111110101100110111010000101001001010111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7ACD; }

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

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

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

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

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

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

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

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