#C671CA

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

Shades of Orchid #C671CA

Tints of Orchid #C671CA

Color information

#C671CA (or 0xC671CA) is unknown color: approx Orchid. HEX triplet: C6, 71 and CA. RGB value is (198,113,202). Sum of RGB (Red+Green+Blue) = 198+113+202=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #C671CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671CA is #398E35. Grayscale: #949494. Windows color (decimal): -3771958 or 13267398. OLE color: 13267398.

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

Color convert

RGB198113202-
CMYK0.020.4400.21
HSL297.3º45.64%61.76%-
HSV(B)297.3º44.06%79.22%-
XYZ39.8528.0859.2-
YUV148.56158.16163.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.60%
GREEN value IS 113 (44.53% from 255) = 22.03%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=38.60%
G=22.03%
B=39.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981132020.020.4400.21297.345.6461.76
HexC671CA22C0151292e3e
Octal3061613122540254515676
Binary1100011011100011100101010101100010101100101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C671CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C671CA; }

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

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

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

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

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

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

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

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