#C783CB

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

Shades of Orchid #C783CB

Tints of Orchid #C783CB

Color information

#C783CB (or 0xC783CB) is unknown color: approx Orchid. HEX triplet: C7, 83 and CB. RGB value is (199,131,203). Sum of RGB (Red+Green+Blue) = 199+131+203=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #C783CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C783CB is #387C34. Grayscale: #9F9F9F. Windows color (decimal): -3701813 or 13337543. OLE color: 13337543.

HSL color Cylindrical-coordinate representation of color #C783CB: hue angle of 296.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C783CB is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199131203-
CMYK0.020.3500.20
HSL296.67º40.91%65.49%-
HSV(B)296.67º35.47%79.61%-
XYZ42.4532.6960.57-
YUV159.54152.53156.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.34%
GREEN value IS 131 (51.56% from 255) = 24.58%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=37.34%
G=24.58%
B=38.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991312030.020.3500.20296.6740.9165.49
HexC783CB2230141292941
Octal30720331324302445151101
Binary110001111000001111001011101000110101001001010011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C783CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C783CB; }

 p { color: rgb(199,131,203); }

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

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

 a { background-color: rgb(199,131,203); }

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

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

 span { border-color: rgb(199,131,203); }

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