#C683CB

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

Shades of Orchid #C683CB

Tints of Orchid #C683CB

Color information

#C683CB (or 0xC683CB) is unknown color: approx Orchid. HEX triplet: C6, 83 and CB. RGB value is (198,131,203). Sum of RGB (Red+Green+Blue) = 198+131+203=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #C683CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C683CB is #397C34. Grayscale: #9F9F9F. Windows color (decimal): -3767349 or 13337542. OLE color: 13337542.

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

Color convert

RGB198131203-
CMYK0.020.3500.20
HSL295.83º40.91%65.49%-
HSV(B)295.83º35.47%79.61%-
XYZ42.1832.5560.56-
YUV159.24152.7155.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.22%
GREEN value IS 131 (51.56% from 255) = 24.62%
BLUE value IS 203 (79.69% from 255) = 38.16%
R=37.22%
G=24.62%
B=38.16%

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
Decimal1981312030.020.3500.20295.8340.9165.49
HexC683CB2230141282941
Octal30620331324302445051101
Binary110001101000001111001011101000110101001001010001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C683CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C683CB; }

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

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

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

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

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

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

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

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