#C07BC0

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

Shades of Orchid #C07BC0

Tints of Orchid #C07BC0

Color information

#C07BC0 (or 0xC07BC0) is unknown color: approx Orchid. HEX triplet: C0, 7B and C0. RGB value is (192,123,192). Sum of RGB (Red+Green+Blue) = 192+123+192=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C07BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BC0 is #3F843F. Grayscale: #979797. Windows color (decimal): -4162624 or 12614592. OLE color: 12614592.

HSL color Cylindrical-coordinate representation of color #C07BC0: hue angle of 300º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07BC0 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB192123192-
CMYK00.3600.25
HSL300º35.38%61.76%-
HSV(B)300º35.94%75.29%-
XYZ38.3429.1853.48-
YUV151.5150.86156.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 123 (48.44% from 255) = 24.26%
BLUE value IS 192 (75.39% from 255) = 37.87%
R=37.87%
G=24.26%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212319200.3600.2530035.3861.76
HexC07BC002401912c233e
Octal3001733000440314544376
Binary110000001111011110000000100100011001100101100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07BC0; }

 p { color: rgb(192,123,192); }

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

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

 a { background-color: rgb(192,123,192); }

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

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

 span { border-color: rgb(192,123,192); }

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