#C683CA

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

Shades of Orchid #C683CA

Tints of Orchid #C683CA

Color information

#C683CA (or 0xC683CA) is unknown color: approx Orchid. HEX triplet: C6, 83 and CA. RGB value is (198,131,202). Sum of RGB (Red+Green+Blue) = 198+131+202=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #C683CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C683CA is #397C35. Grayscale: #9E9E9E. Windows color (decimal): -3767350 or 13272006. OLE color: 13272006.

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

Color convert

RGB198131202-
CMYK0.020.3500.21
HSL296.62º40.11%65.29%-
HSV(B)296.62º35.15%79.22%-
XYZ42.0732.559.93-
YUV159.13152.2155.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.29%
GREEN value IS 131 (51.56% from 255) = 24.67%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=37.29%
G=24.67%
B=38.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981312020.020.3500.21296.6240.1165.29
HexC683CA2230151292841
Octal30620331224302545150101
Binary110001101000001111001010101000110101011001010011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C683CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C683CA; }

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

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

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

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

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

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

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

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