#C07BCB

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

Shades of Orchid #C07BCB

Tints of Orchid #C07BCB

Color information

#C07BCB (or 0xC07BCB) is unknown color: approx Orchid. HEX triplet: C0, 7B and CB. RGB value is (192,123,203). Sum of RGB (Red+Green+Blue) = 192+123+203=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #C07BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BCB is #3F8434. Grayscale: #989898. Windows color (decimal): -4162613 or 13335488. OLE color: 13335488.

HSL color Cylindrical-coordinate representation of color #C07BCB: hue angle of 291.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07BCB is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192123203-
CMYK0.050.3900.20
HSL291.75º43.48%63.92%-
HSV(B)291.75º39.41%79.61%-
XYZ39.629.6860.14-
YUV152.75156.36156-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.07%
GREEN value IS 123 (48.44% from 255) = 23.75%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=37.07%
G=23.75%
B=39.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921232030.050.3900.20291.7543.4863.92
HexC07BCB5270141242b40
Octal30017331354702444453100
Binary110000001111011110010111011001110101001001001001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07BCB; }

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

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

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

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

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

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

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

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